Skip to content

Commit

Permalink
TEST: Update test to pass explicit EPI image
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jan 9, 2024
1 parent 5645451 commit 7880eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdcflows/tests/test_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,11 +327,11 @@ def test_conversions(tmpdir, testdata_dir, pe_dir):
ro_time=0.2,
pe_dir=pe_dir,
),
fmap_nii,
ro_time=0.2,
pe_dir=pe_dir,
)

new_nii.to_filename("test.nii.gz")
assert np.allclose(
fmap_nii.get_fdata(dtype="float32"),
new_nii.get_fdata(dtype="float32"),
Expand Down

0 comments on commit 7880eea

Please sign in to comment.