LHCfitNikhef / smefit_release

SMEFiT a Standard Model Effective Field Theory fitter
GNU General Public License v3.0
6 stars 1 forks source link

Misalignment in Fisher table #66

Closed jacoterh closed 8 months ago

jacoterh commented 8 months ago

The following line

https://github.com/LHCfitNikhef/smefit_release/blob/500ae5d131dd7930e0e8954dba4d06e1c63037c1/src/smefit/analyze/fisher.py#L59

should be replaced by

idxs = slice(cnt, cnt + ndat).

Otherwise different datasets get mixed up into the various categories!