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

Function get_testing_algo_template_path

tests/test_utils.py:100–107  ·  view source on GitHub ↗

a local folder to the testing algorithm template or a url to the compressed template file. Default to None, which effectively uses bundle_gen's ``default_algo_zip`` path. https://github.com/Project-MONAI/MONAI/blob/1.1.0/monai/apps/auto3dseg/bundle_gen.py#L380-L381

()

Source from the content-addressed store, hash-verified

98
99
100def get_testing_algo_template_path():
101 """
102 a local folder to the testing algorithm template or a url to the compressed template file.
103 Default to None, which effectively uses bundle_gen's ``default_algo_zip`` path.
104
105 https://github.com/Project-MONAI/MONAI/blob/1.1.0/monai/apps/auto3dseg/bundle_gen.py#L380-L381
106 """
107 return MONAIEnvVars.testing_algo_template()
108
109
110def clone(data: NdarrayTensor) -> NdarrayTensor:

Callers 8

setUpMethod · 0.90
test_autorunnerMethod · 0.90
test_autorunner_hpoMethod · 0.90
test_ensembleMethod · 0.90

Calls 1

testing_algo_templateMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…