Skip to content

Commit 28cb158

Browse files
authored
Fix the subgroup names to not have _
since we split the opcode by `_`
1 parent faec3c4 commit 28cb158

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

configs/uw-ebike.nrel-op.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"autogen": false,
1111
"subgroups": [
1212
"test",
13-
"300_pretest",
14-
"1200_pretest",
15-
"300_control",
16-
"300_treatment",
17-
"1200_control",
18-
"1200_treatment"
13+
"300-pretest",
14+
"1200-pretest",
15+
"300-control",
16+
"300-treatment",
17+
"1200-control",
18+
"1200-treatment"
1919
]
2020
},
2121
"intro": {

0 commit comments

Comments
 (0)