-
Notifications
You must be signed in to change notification settings - Fork 413
Open
Description
Several users running Combine CMSSW based build at DESY reported incompatibility with the results obtained with containers, or those from lxplus. It appeared because of LC_NUMERIC=de_DE.UTF-8, the initial values of rateParameters (which was then frozen in the fit) was converted to int within doVar, because of differences in decimal points.
To start with we can add unset LC_NUMERIC
to the instructions, but it is quite worrying that the results can depend on locale settings. I think the scope is much larger and RooStats are affected as well, so tagging @guitargeek here
Metadata
Metadata
Assignees
Labels
No labels