Skip to content

Commit

Permalink
Changes one more place where this should be referred directly
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Jan 14, 2023
1 parent 56e68be commit 25bf238
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 @@ -891,7 +891,7 @@ def test_AFQ_data_waypoint():
SEGMENTATION_PARAMS=segmentation_params,
CLEANING_PARAMS=clean_params)

config_file = op.join(tmpdir.name, "afq_config.toml")
config_file = op.join(tmpdir, "afq_config.toml")
with open(config_file, 'w') as ff:
toml.dump(config, ff)

Expand Down

0 comments on commit 25bf238

Please sign in to comment.