Skip to content

Commit

Permalink
fixed test_contents.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed May 29, 2024
1 parent 3a86cb8 commit 3123725
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fileformats/medimage/contents/tests/test_contents.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ def test_image_contents1():
def test_image_contents_generation():
img = NiftiGzX[T1w].sample()
assert len(img.dims()) == 3
img2 = NiftiGzX[T1w].sample()
assert img == img2

0 comments on commit 3123725

Please sign in to comment.