repeated modifiers #2558
Labels
bug
Something isn't working
needs-triage
Needs a maintainer to categorize and assign
user request
Request coming form a pyhf user
Summary
Consider this model. It applies two
normfactors
, one called mu and one called mu2, so the signal channel is scaledsignal *= mu * mu2
.Now consider correlating them by giving them the same name,
In this case, we just get
signal *= mu
, I expectedsignal *= mu * mu
.I guess that inside some dictionary somewhere, the second mu just overwrites the first one.
OS / Environment
Steps to Reproduce
File Upload (optional)
No response
Expected Results
In this case, we just get
signal *= mu
, I expectedsignal *= mu * mu
, or alternatively warning/exception that the model was not correctly specified & and that the second mu would be ignored.Actual Results
The mu gets applied just once.
pyhf Version
pyhf, version 0.7.6
Code of Conduct
The text was updated successfully, but these errors were encountered: