Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce apm test workload #621

Merged
merged 1 commit into from
Dec 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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