Skip to content

Commit

Permalink
Fix drbuddi_rpe_series path.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Jun 5, 2024
1 parent ff9ed3c commit 3044816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qsiprep/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def test_drbuddi_rpe(data_dir, output_dir, working_dir):

dataset_dir = download_test_data("drbuddi_rpe_series", data_dir)
# XXX: Having to modify dataset_dirs is suboptimal.
dataset_dir = os.path.join(dataset_dir, "qsiprep")
dataset_dir = os.path.join(dataset_dir, "tinytensor_rpe_series")
out_dir = os.path.join(output_dir, TEST_NAME)
work_dir = os.path.join(working_dir, TEST_NAME)
test_data_path = get_test_data_path()
Expand Down

0 comments on commit 3044816

Please sign in to comment.