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
In [1]: from chandra_aca.star_probs import binomial_confidence_interval
In [2]: binomial_confidence_interval(8, 50)
/Users/aldcroft/miniconda3-arm/envs/ska3/lib/python3.11/site-packages/scipy/stats/_continuous_distns.py:696: RuntimeWarning: invalid value encountered in _beta_isf
return _boost._beta_isf(x, a, b)
Out[2]: (0.16, 0.11509604953864323, 0.21835391570110868)
On Mac x86, the same command runs with no warning and gives the same answer. I think this is addressed by this issue:
On Mac Silicon:
On Mac x86, the same command runs with no warning and gives the same answer. I think this is addressed by this issue:
scipy/scipy#20208
It looks like this is fixed in scipy 1.13.1 or 1.14, but I haven't confirmed.
The text was updated successfully, but these errors were encountered: