We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c2b44 commit c408db1Copy full SHA for c408db1
check_commits.py
@@ -48,7 +48,7 @@
48
print('Taking expected jobs from:', wcsimfile)
49
with open(wcsimfile) as job:
50
data = yaml.safe_load(job)
51
-jobs_expected = sorted(data['jobs']['physics']['strategy']['matrix']['physics_job'])
+jobs_expected = sorted(data['jobs']['physics']['strategy']['matrix']['physics_job'] + data['jobs']['overlap']['strategy']['matrix']['physics_job'])
52
53
#### PRINT STUFF
54
print()
0 commit comments