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
()
| 98 | |
| 99 | |
| 100 | def 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 | |
| 110 | def clone(data: NdarrayTensor) -> NdarrayTensor: |
no test coverage detected
searching dependent graphs…