Skip to content

Commit

Permalink
remove test - fails on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed Mar 15, 2024
1 parent df93d37 commit c1f5406
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,6 @@ def test_decrop_image_example(self):
cropped = ants.crop_image(fi, mask, 1)
cropped = ants.smooth_image(cropped, 1)
decropped = ants.decrop_image(cropped, fi)

# test chaining
decropped = cropped.decrop_image(fi)

# image not float
cropped = ants.crop_image(fi.clone("unsigned int"), mask, 1)
Expand Down

0 comments on commit c1f5406

Please sign in to comment.