Skip to content

Commit

Permalink
re-enable get-test
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed May 31, 2023
1 parent 2732615 commit 55d693b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_datalad_workflows/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ 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'icf/{visit}_dicom.tar')
#dataset.get(f'{study}_{visit}')

# 3. Test catalog generation
Expand Down

0 comments on commit 55d693b

Please sign in to comment.