iris-hep / analysis-grand-challenge

Repository dedicated to AGC preparations & execution
https://agc.readthedocs.io
MIT License
24 stars 39 forks source link

feat: do not require pseudodata hists in validate_histograms.py #177

Closed eguiraud closed 1 year ago

eguiraud commented 1 year ago

These histograms are needed for the statistical inference stage, but they are built from other histograms and it is up to the implementation whether to write out dedicated pseudodata histograms or build them on the fly.

If approved I'll backport to the v1 branch.