You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While doing the validation for the displaced slepton analysis, it was found that it would be helpful to fix the mu_Sig parameter to 0 to do a bkg-only fit when comparing the fitted nuisance params in compare_fitted_nuisance.py . To do so, the following mods were needed:
While doing the validation for the displaced slepton analysis, it was found that it would be helpful to fix the mu_Sig parameter to 0 to do a bkg-only fit when comparing the fitted nuisance params in compare_fitted_nuisance.py . To do so, the following mods were needed:
line 58:
bestfit = pyhf.infer.mle.fit(data, model)
-->bestfit = pyhf.infer.mle.fixed_poi_fit(0.0, data, model)
After line 25:
workspace.var('mu_Sig').setVal(0.0)
The text was updated successfully, but these errors were encountered: