From 25bf238293e4ce51c95fdec4c9f44934fc8c5c09 Mon Sep 17 00:00:00 2001 From: Ariel Rokem Date: Thu, 12 Jan 2023 16:23:40 -0800 Subject: [PATCH] Changes one more place where this should be referred directly --- AFQ/tests/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AFQ/tests/test_api.py b/AFQ/tests/test_api.py index 59c079c49..abdfa717b 100644 --- a/AFQ/tests/test_api.py +++ b/AFQ/tests/test_api.py @@ -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)