8000
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 51c2b2c commit bf38f8bCopy full SHA for bf38f8b
lib/matplotlib/tests/test_image.py
@@ -85,7 +85,7 @@ def test_image_python_io():
85
@knownfailureif(not HAS_PIL)
86
def test_imread_pil_uint16():
87
img = plt.imread(os.path.join(os.path.dirname(__file__),
88
- 'baseline_images/test_image/uint16.tif'))
+ 'baseline_images', 'test_image', 'uint16.tif'))
89
assert (img.dtype == np.uint16)
90
assert np.sum(img) == 134184960
91
0 commit comments