Skip to content

Commit 4249b48

Browse files
DCO Remediation Commit for Nikolas Schmitz <[email protected]>
I, Nikolas Schmitz <[email protected]>, hereby add my Signed-off-by to this commit: d0a4881 I, Nikolas Schmitz <[email protected]>, hereby add my Signed-off-by to this commit: 7545148 I, Nikolas Schmitz <[email protected]>, hereby add my Signed-off-by to this commit: 5c7822f I, Nikolas Schmitz <[email protected]>, hereby add my Signed-off-by to this commit: 234f23f I, Nikolas Schmitz <[email protected]>, hereby add my Signed-off-by to this commit: 9d817e7 I, Nikolas Schmitz <[email protected]>, hereby add my Signed-off-by to this commit: 8270658 I, Nikolas Schmitz <[email protected]>, hereby add my Signed-off-by to this commit: 23e4a74 I, Nikolas Schmitz <[email protected]>, hereby add my Signed-off-by to this commit: 787d30f I, Nikolas Schmitz <[email protected]>, hereby add my Signed-off-by to this commit: 0d9f1dd I, Nikolas Schmitz <[email protected]>, hereby add my Signed-off-by to this commit: 45182fa I, Nikolas Schmitz <[email protected]>, hereby add my Signed-off-by to this commit: 832c14e Signed-off-by: Nikolas Schmitz <[email protected]>
1 parent 922bbf1 commit 4249b48

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

tests/testing_data/data_config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"hash_type": "sha256",
66
"hash_val": "73a7e89bc15576587c3d68e55d9bf92f09690280166240b48ff4b48230b13bcd"
77
},
8+
"wsi_generic_tiff_corrected": {
9+
"url": "https://huggingface.co/datasets/MONAI/testing_data/resolve/main/CMU-1_correct_mpp.tiff",
10+
"hash_type": "sha256",
11+
"hash_val": "65306e3f8f7f5282d19d942dadc525cd06a80d5fd8268053939751365226c65f"
12+
},
813
"wsi_aperio_svs": {
914
"url": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/Aperio-CMU-1.svs",
1015
"hash_type": "sha256",

tests/utils/enums/test_wsireader.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,12 @@ def setUpModule():
446446
hash_type=testing_data_config("images", WSI_GENERIC_TIFF_KEY, "hash_type"),
447447
hash_val=testing_data_config("images", WSI_GENERIC_TIFF_KEY, "hash_val"),
448448
)
449+
download_url_or_skip_test(
450+
testing_data_config("images", WSI_GENERIC_TIFF_CORRECT_MPP_KEY, "url"),
451+
WSI_GENERIC_TIFF_CORRECT_MPP_PATH,
452+
hash_type=testing_data_config("images", WSI_GENERIC_TIFF_CORRECT_MPP_KEY, "hash_type"),
453+
hash_val=testing_data_config("images", WSI_GENERIC_TIFF_CORRECT_MPP_KEY, "hash_val"),
454+
)
449455
download_url_or_skip_test(
450456
testing_data_config("images", WSI_APERIO_SVS_KEY, "url"),
451457
WSI_APERIO_SVS_PATH,

0 commit comments

Comments
 (0)