Skip to content

Commit

Permalink
Merge pull request #621 from 36000/reduce_apm_test_workload
Browse files Browse the repository at this point in the history
Reduce apm test workload
  • Loading branch information
36000 committed Dec 18, 2020
2 parents 9bafebb + d2f8938 commit dd5f31d
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 @@ -358,7 +358,7 @@ def test_AFQ_anisotropic():
npt.assert_equal(bvals_in_range_or_0, np.ones(160, dtype=bool))

# check that the apm map was made
myafq.export_rois()
myafq.set_mapping()
assert op.exists(op.join(
myafq.data_frame['results_dir'][0],
'sub-01_ses-01_dwi_model-CSD_APM.nii.gz'))
Expand Down

0 comments on commit dd5f31d

Please sign in to comment.