We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f954ea4 commit c1a835fCopy full SHA for c1a835f
test/test_transforms.py
@@ -176,5 +176,6 @@ def test_ndarray16_to_pil_image(self):
176
assert img.mode == 'I;16'
177
assert np.allclose(img, img_data[:, :, 0])
178
179
+
180
if __name__ == '__main__':
181
unittest.main()
0 commit comments