We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b754ae3 + 26f451d commit 5b1781aCopy full SHA for 5b1781a
.github/workflows/run_unit_tests.yml
@@ -16,8 +16,6 @@ jobs:
16
strategy:
17
matrix:
18
python-version: [
19
- "3.7",
20
- "3.8",
21
"3.9",
22
"3.10",
23
"3.11",
tests/test_file.py
@@ -178,6 +178,7 @@ def test_search_for_instances_in_series(file_client):
178
for attr in STUDY_ATTRIBUTES:
179
assert not hasattr(test_instance_pydicom, attr)
180
181
+
182
def test_retrieve_study_metadata(file_client):
183
instances = file_client.retrieve_study_metadata(
184
'1.3.6.1.4.1.5962.1.1.0.0.0.1196530851.28319.0.1',
0 commit comments