()
| 124 | |
| 125 | @skipUnless(has_cim or has_osl or has_tiff, "Requires cucim, openslide, or tifffile!") |
| 126 | def setUpModule(): |
| 127 | hash_type = testing_data_config("images", FILE_KEY, "hash_type") |
| 128 | hash_val = testing_data_config("images", FILE_KEY, "hash_val") |
| 129 | download_url_or_skip_test(FILE_URL, FILE_PATH, hash_type=hash_type, hash_val=hash_val) |
| 130 | |
| 131 | |
| 132 | class PatchWSIDatasetTests: |
nothing calls this directly
no test coverage detected
searching dependent graphs…