Skip to content

Commit

Permalink
fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed May 18, 2024
1 parent acd2eba commit 0a5bf5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def test_example(self):
fixed=fixed, moving=moving, transformlist=mytx["fwdtransforms"]
)
self.assertEqual(mywarpedimage.pixeltype, moving.pixeltype)
self.assertTrue(ants.ants_image.image_physical_space_consistency(fixed, mywarpedimage,
0.0001, datatype = False))
self.assertTrue(ants.image_physical_space_consistency(fixed, mywarpedimage,
0.0001, datatype = False))

# Call with float precision for transforms, but should still return input type
mywarpedimage2 = ants.apply_transforms(
Expand Down

0 comments on commit 0a5bf5f

Please sign in to comment.