Skip to content

Commit

Permalink
remove unused imports, get a visit-tar file
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed May 31, 2023
1 parent fe31335 commit 086d218
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_datalad_workflows/test_pipeline.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from __future__ import annotations

import json
import logging
import os
from pathlib import Path
from typing import Iterable
Expand All @@ -14,7 +13,6 @@
from datalad.api import clone
from datalad.distribution.dataset import Dataset
from datalad.runner.runner import WitlessRunner
from datalad.tests.utils_pytest import on_appveyor
from datalad_catalog.webcatalog import WebCatalog
from datalad_next.credman import CredentialManager

Expand Down Expand Up @@ -173,6 +171,7 @@ def test_pipeline(tmp_path: Path,
)
# pull all individual DICOM files, this will internally
# access/download the archive at the store
dataset.get(f'icf/{visit}_dicom.tar')
dataset.get(f'{study}_{visit}')

# 3. Test catalog generation
Expand Down

0 comments on commit 086d218

Please sign in to comment.