Skip to content
Snippets Groups Projects
Verified Commit 30f452c7 authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

End active run before starting a new one

parent e5c11efe
No related branches found
No related tags found
1 merge request!128End active run before starting a new one
Pipeline #161393 passed
......@@ -37,3 +37,6 @@ def start_mlflow_run(config):
# Start run
yield mlflow.start_run(run_name=config.get("run_name"))
# End active run
mlflow.end_run()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment