Skip to content

Commit a26157d

Browse files
Add JSON to workspace converter test to CI
1 parent 6617919 commit a26157d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

+11
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,17 @@ jobs:
7272
- name: Test with pytest
7373
run: |
7474
python -m pytest -r sx tests
75+
- name: Test workspace comparison
76+
run: |
77+
bash scripts/JSON_to_workspace.sh \
78+
sbottom \
79+
https://doi.org/10.17182/hepdata.89408.v1/r2 \
80+
RegionA/BkgOnly.json \
81+
RegionA/patch.sbottom_1300_205_60.json \
82+
RegionA/sbottom_1300_205_60.json
83+
bash tests/test_suite.sh \
84+
sbottom/xml/config/FitConfig_combined_NormalMeasurement_model.root \
85+
sbottom/workspaces/RegionA/sbottom_1300_205_60.json
7586
7687
docker:
7788

0 commit comments

Comments
 (0)