Commit efd06101 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 31d0ec19
...@@ -65,7 +65,7 @@ for obs_type, dags in DAG_MAP.items(): ...@@ -65,7 +65,7 @@ for obs_type, dags in DAG_MAP.items():
print(f"* Processing {obs_type}") print(f"* Processing {obs_type}")
for this_dag in dags: for this_dag in dags:
print(f" - Scheduling `{this_dag}` -> ", end="") print(f" - Scheduling `{this_dag}` -> ", end="")
dag = CsstDAGs.get(this_dag) dag = CsstDAGs().get(this_dag)
msgs = dag.schedule( msgs = dag.schedule(
batch_id=args.batch_id, batch_id=args.batch_id,
priority=args.priority, priority=args.priority,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment