Skip to content

Commit

Permalink
perform get on study, visit and not on tar
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed May 31, 2023
1 parent 55d693b commit dd5775b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_datalad_workflows/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ def test_pipeline(tmp_path: Path,
# TODO swap the order of gets, or actually drop the tar get
# completely. Pulling individual files will do all that internally
# Try to get the tar file and the DICOMs
dataset.get(f'icf/{visit}_dicom.tar')
#dataset.get(f'{study}_{visit}')
#dataset.get(f'icf/{visit}_dicom.tar')
dataset.get(f'{study}_{visit}')

# 3. Test catalog generation
# - assert that study catalogs have been created using webcatalog method
Expand Down

0 comments on commit dd5775b

Please sign in to comment.