From dd5775bcf0b1e5b966237b8b89260aba2091a9a4 Mon Sep 17 00:00:00 2001 From: Christian Monch Date: Wed, 31 May 2023 20:51:18 +0200 Subject: [PATCH] perform get on study, visit and not on tar --- tests/test_datalad_workflows/test_pipeline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_datalad_workflows/test_pipeline.py b/tests/test_datalad_workflows/test_pipeline.py index d4a27a6..d96b4d9 100644 --- a/tests/test_datalad_workflows/test_pipeline.py +++ b/tests/test_datalad_workflows/test_pipeline.py @@ -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