MCPcopy Create free account
hub / github.com/BioinfoMachineLearning/FlowDock / main

Function main

flowdock/eval.py:151–160  ·  view source on GitHub ↗

Main entry point for evaluation. :param cfg: DictConfig configuration composed by Hydra.

(cfg: DictConfig)

Source from the content-addressed store, hash-verified

149
150@hydra.main(version_base="1.3", config_path="../configs", config_name="eval.yaml")
151def main(cfg: DictConfig) -> None:
152 """Main entry point for evaluation.
153
154 :param cfg: DictConfig configuration composed by Hydra.
155 """
156 # apply extra utilities
157 # (e.g. ask for tags if none are provided in cfg, print cfg tree, etc.)
158 extras(cfg)
159
160 evaluate(cfg)
161
162
163if __name__ == "__main__":

Callers 1

eval.pyFile · 0.70

Calls 2

extrasFunction · 0.90
evaluateFunction · 0.85

Tested by

no test coverage detected