Skip to content

Commit

Permalink
added test for checking bias in the registration class
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati committed Mar 30, 2024
1 parent 7dd150b commit fa1b974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_tests/test_full.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_registration_function():
tempfile.gettempdir(), "tcia_aaac_t1ce_registered.nii.gz"
)
atlas_sri = os.path.join(atlas_data_dir, "sri24", "image.nii.gz")
test_config = {"initialization": "moments"}
test_config = {"initialization": "moments", "bias": True}
registration_function(
target_image=atlas_sri,
moving_image=moving_image,
Expand Down

0 comments on commit fa1b974

Please sign in to comment.