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
{{ message }}
This repository has been archived by the owner on May 21, 2024. It is now read-only.
If I am fitting a Gaussian distributed variable with BinnedChi2, I am seeing a ValueError if one of the bins in the tails happens to be zero. The method throws this ValueError when the bin error is less than a small threshold value, but does not check to see if the bin weight is also zero. Can this case be checked before bringing the whole thing crashing down?
The text was updated successfully, but these errors were encountered:
If I am fitting a Gaussian distributed variable with BinnedChi2, I am seeing a ValueError if one of the bins in the tails happens to be zero. The method throws this ValueError when the bin error is less than a small threshold value, but does not check to see if the bin weight is also zero. Can this case be checked before bringing the whole thing crashing down?
The text was updated successfully, but these errors were encountered: