MCPcopy Create free account
hub / github.com/RolnickLab/climart / main

Function main

run.py:14–16  ·  view source on GitHub ↗
(config: DictConfig)

Source from the content-addressed store, hash-verified

12
13@hydra.main(config_path="configs/", config_name="main_config.yaml", version_base=None)
14def main(config: DictConfig):
15 from climart.train import run_model
16 return run_model(config)
17
18
19if __name__ == "__main__":

Callers 1

run.pyFile · 0.85

Calls 1

run_modelFunction · 0.90

Tested by

no test coverage detected