Skip to content

Commit

Permalink
Test async-label WF
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Volkel committed Feb 23, 2024
1 parent 1ce5e58 commit ed09de7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MC/bin/o2dpg_sim_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@
print('Error: Argument --include-analysis needs O2PHYSICS_ROOT and QUALITYCONTROL_ROOT loaded')
# exit(1)




module_name = "o2dpg_analysis_test_workflow"
spec = importlib.util.spec_from_file_location(module_name, join(O2DPG_ROOT, "MC", "analysis_testing", f"{module_name}.py"))
o2dpg_analysis_test_workflow = importlib.util.module_from_spec(spec)
Expand Down

0 comments on commit ed09de7

Please sign in to comment.