Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #160 from jhlegarreta/FixSeedInRegistrationTest
Browse files Browse the repository at this point in the history
FIX: Set random seed in registration test
  • Loading branch information
oesteban authored Apr 16, 2024
2 parents 8a3fde4 + 36c0072 commit 7f1e58a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def test_ANTs_config_b0(datadir, tmp_path, r_x, r_y, r_z, t_x, t_y, t_z):
),
fixed_image=str(fixed.absolute()),
moving_image=str(moving.absolute()),
random_seed=1234,
)

result = registration.run(cwd=str(tmp_path)).outputs
Expand Down

0 comments on commit 7f1e58a

Please sign in to comment.