We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716a27a commit c38b050Copy full SHA for c38b050
.github/workflows/ci.yml
@@ -72,14 +72,16 @@ jobs:
72
- name: Test with pytest
73
run: |
74
python -m pytest -r sx tests
75
- - name: Test workspace comparison
+ - name: Generate ROOT workspace from JSON
76
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
+ - name: Test workspace comparison
84
+ run: |
85
bash tests/test_suite.sh \
86
sbottom/xml/config/FitConfig_combined_NormalMeasurement_model.root \
87
sbottom/workspaces/RegionA/sbottom_1300_205_60.json
0 commit comments