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

Function setUpModule

tests/data/test_patch_wsi_dataset.py:126–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124
125@skipUnless(has_cim or has_osl or has_tiff, "Requires cucim, openslide, or tifffile!")
126def 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
132class PatchWSIDatasetTests:

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…