Closed jacoterh closed 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).
idxs = slice(cnt, cnt + ndat)
Otherwise different datasets get mixed up into the various categories!
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!