()
| 70 | |
| 71 | @skipUnless(has_cucim or has_osl or has_tiff, "Requires cucim, openslide, or tifffile!") |
| 72 | def setUpModule(): |
| 73 | hash_type = testing_data_config("images", FILE_KEY, "hash_type") |
| 74 | hash_val = testing_data_config("images", FILE_KEY, "hash_val") |
| 75 | download_url_or_skip_test(FILE_URL, FILE_PATH, hash_type=hash_type, hash_val=hash_val) |
| 76 | |
| 77 | |
| 78 | class MaskedPatchWSIDatasetTests: |
nothing calls this directly
no test coverage detected
searching dependent graphs…