Skip to content

Commit

Permalink
increased the error margin a registration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza committed Sep 8, 2023
1 parent 5863c61 commit 4548a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_image_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_register_affine(self):
np.testing.assert_array_less(
np.linalg.norm(get_nifti_data(output) - fixed_data)
/ np.linalg.norm(get_nifti_data(output) - moving_data),
0.4,
0.45,
)

moving2_path = self.get_image_path('moving2.nii.gz')
Expand Down

0 comments on commit 4548a07

Please sign in to comment.