Skip to content

Commit

Permalink
[CI] Change unorganized folder for adni to bids tests (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen authored May 6, 2024
1 parent 457a9ba commit 4768957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nonregression/iotools/test_run_converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_run_adni_to_bids(cmdopt, tmp_path):
output_dir = tmp_path / "bids"
clinical_data_directory = input_dir / "clinical_data"
xml_directory = input_dir / "xml_metadata"
dataset_directory = input_dir / "unorganized_data"
dataset_directory = input_dir / "unorganized"
subjects_list = input_dir / "subjects.txt"
modalities = ["T1", "PET_FDG", "PET_AMYLOID", "PET_TAU", "DWI", "FLAIR", "fMRI"]

Expand Down

0 comments on commit 4768957

Please sign in to comment.