Skip to content

Commit 1781f81

Browse files
authored
Add missing default Activity fields for HMP simulation QC
In particular, a missing `"provenance" : "qc_mc"` was making the HMP results go to the default "qc" folder in the MC QCDB.
1 parent e6b7007 commit 1781f81

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

MC/config/QC/json/hmp.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@
99
"name":"not_applicable"
1010
},
1111
"Activity":{
12-
"number":"42",
13-
"type":"2"
12+
"number": "42",
13+
"type": "2",
14+
"provenance": "qc_mc",
15+
"passName": "passMC",
16+
"periodName": "SimChallenge"
1417
},
1518
"monitoring":{
1619
"url":"infologger:///debug?qc"

0 commit comments

Comments
 (0)