Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
36000 committed Sep 21, 2023
1 parent 8da0d0b commit e2151d6
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 @@ -845,7 +845,7 @@ def test_AFQ_data_waypoint():
assert op.exists(op.join(
myafq.export("results_dir"),
'bundles',
'sub-01_ses-01_coordsys-RASMM_trkmodel-probCSD_algo-AFQ_desc-SLFL_tractography.trk')) # noqa
'sub-01_ses-01_coordsys-RASMM_trkmodel-probCSD_bundlerec-AFQ_desc-SLFL_tractography.trk')) # noqa

tract_profile_fname = myafq.export("profiles")
tract_profiles = pd.read_csv(tract_profile_fname)
Expand Down

0 comments on commit e2151d6

Please sign in to comment.