Skip to content
Snippets Groups Projects

enabled window_lead_time=1

1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -28,7 +28,7 @@ def main(parser_args):
evaluate_bootstraps=False, # plot_list=["PlotCompetitiveSkillScore"],
competitors=["test_model", "test_model2"],
competitor_path=os.path.join(os.getcwd(), "data", "comp_test"),
**parser_args.__dict__)
**parser_args.__dict__, start_script=__file__)
workflow.run()
Loading