Use status AW in myMdC if correction failed for some detectors in a run
2 unresolved threads
2 unresolved threads
Compare changes
+ 15
− 5
@@ -27,6 +27,10 @@ STATES_FINISHED = { # https://slurm.schedmd.com/squeue.html#lbAG
@@ -27,6 +27,10 @@ STATES_FINISHED = { # https://slurm.schedmd.com/squeue.html#lbAG
@@ -55,7 +59,7 @@ def slurm_status(filter_user=True):
@@ -55,7 +59,7 @@ def slurm_status(filter_user=True):
@@ -64,7 +68,7 @@ def slurm_status(filter_user=True):
@@ -64,7 +68,7 @@ def slurm_status(filter_user=True):
@@ -179,13 +183,14 @@ class JobsMonitor:
@@ -179,13 +183,14 @@ class JobsMonitor:
@@ -295,7 +300,12 @@ class JobsMonitor:
@@ -295,7 +300,12 @@ class JobsMonitor:
%T
gives us the full state name, e.g. 'COMPLETED' instead of 'CD'.