Skip to content
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.

Commit

Permalink
Another adaptation to new test usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Jan 12, 2023
1 parent ff741ae commit 56e68be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AFQ/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,8 +718,8 @@ def test_AFQ_data_waypoint():
Test with some actual data again, this time for track segmentation
"""
tmpdir, bids_path, _ = get_temp_hardi()
t1_path = op.join(tmpdir.name, "T1.nii.gz")
t1_path_other = op.join(tmpdir.name, "T1-untransformed.nii.gz")
t1_path = op.join(tmpdir, "T1.nii.gz")
t1_path_other = op.join(tmpdir, "T1-untransformed.nii.gz")
nib.save(
afd.read_mni_template(mask=True, weight="T1w"),
t1_path)
Expand Down

0 comments on commit 56e68be

Please sign in to comment.