Skip to content

Commit

Permalink
Remove test for new API
Browse files Browse the repository at this point in the history
  • Loading branch information
mkcor committed Mar 21, 2024
1 parent 4b0c34b commit e0d5929
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions skimage/util/tests/test_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ def test_compare_images_replaced_param():
img1[3:8, 3:8] = 255
img2 = np.zeros_like(img1)
img2[3:8, 0:8] = 255
with pytest.warns(FutureWarning):
compare_images(image0=img1, image1=img2)
with pytest.warns(FutureWarning):
compare_images(image0=img1, image2=img2)
with pytest.warns(FutureWarning):
Expand Down

0 comments on commit e0d5929

Please sign in to comment.