Update failing tests

This commit is contained in:
Steven Silvester
2015-12-12 14:20:38 -06:00
parent f8d19ae7f0
commit a6f4419da4
2 changed files with 8 additions and 6 deletions
+1 -2
View File
@@ -87,8 +87,7 @@ def test_outside_standard_range():
def test_nonstandard_type():
plt.figure()
with expected_warnings(["Non-standard image type",
"Low image dynamic range"]):
with expected_warnings(["Low image dynamic range"]):
ax_im = io.imshow(im64)
assert ax_im.get_clim() == (im64.min(), im64.max())
assert n_subplots(ax_im) == 2