MCPcopy Index your code
hub / github.com/Project-MONAI/MONAI / test_is_quick

Function test_is_quick

tests/test_utils.py:223–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221
222
223def test_is_quick():
224 return os.environ.get(quick_test_var, "").lower() == "true"
225
226
227def is_tf32_env():

Callers 5

setUpMethod · 0.90
skip_if_quickFunction · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…