Skip to content

Commit

Permalink
Merge pull request #1095 from 36000/fix_nightlydata
Browse files Browse the repository at this point in the history
[FIX] update this nightly test
  • Loading branch information
36000 authored Jan 26, 2024
2 parents 5d6c945 + 9fc0ce0 commit 1a3aa10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFQ/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def test_AFQ_data():
preproc_pipeline='vistasoft',
mapping_definition=mapping)
npt.assert_equal(nib.load(myafq.export("b0")["01"]).shape,
nib.load(myafq.export("dwi")["01"]).shape[:3])
myafq.export("dwi")["01"].shape[:3])
npt.assert_equal(nib.load(myafq.export("b0")["01"]).shape,
nib.load(myafq.export("dti_params")["01"]).shape[:3])
myafq.export("rois")
Expand Down

0 comments on commit 1a3aa10

Please sign in to comment.