MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / setUpModule

Function setUpModule

tests/data/test_masked_patch_wsi_dataset.py:72–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70
71@skipUnless(has_cucim or has_osl or has_tiff, "Requires cucim, openslide, or tifffile!")
72def 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
78class MaskedPatchWSIDatasetTests:

Callers

nothing calls this directly

Calls 2

testing_data_configFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…