scikit-hep / cabinetry

design and steer profile likelihood fits
https://cabinetry.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
26 stars 19 forks source link

Warnings about missing post-processed histograms #432

Closed alexander-held closed 10 months ago

alexander-held commented 10 months ago

Warnings like

WARNING - cabinetry.histo - the modified histogram histograms/CR-Wy_RECAST_Signal_modified.npz does not exist
WARNING - cabinetry.histo - loading the un-modified histogram instead!

appear when cabinetry.templates.postprocess(config) is not called. The WARNING log level seems a bit high for this, it is really more of an information so should be updated accordingly.

cc @lukasheinrich for raising this (thanks!)