Skip to content

Commit 9d905f9

Browse files
authored
Merge pull request #164 from ImagingDataCommons/update-v21
ENH: update to IDC v21
2 parents b12d593 + 5d86838 commit 9d905f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dynamic = ["version"]
3434
dependencies = [
3535
"click",
3636
'duckdb>=0.10.0,<=1.2.1',
37-
"idc-index-data==20.0.3",
37+
"idc-index-data==21.0.0",
3838
"packaging",
3939
"pandas<=2.2.4",
4040
"platformdirs",

tests/idcindex.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,8 +582,8 @@ def test_clinical_index_install(self):
582582
assert i.indices_overview["clinical_index"]["installed"] is True
583583
assert len(os.listdir(i.clinical_data_dir)) > 0
584584

585-
nlst_clinical = i.get_clinical_table("nlst_clinical")
586-
assert nlst_clinical is not None
585+
nlst_canc = i.get_clinical_table("nlst_canc")
586+
assert nlst_canc is not None
587587

588588
def test_series_files_URLs(self):
589589
c = IDCClient()

0 commit comments

Comments
 (0)