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
intermittent warnings during sampling following call to do_run, when using the lnZprior function (called in turn from the prior for SAX J1808.4-3658, prior_1808):
.../python3.8/site-packages/beansp/beans.py:71: RuntimeWarning: divide by zero encountered in log return np.log(
doesn't seem to affect operations otherwise
What I Did
from beansp import Beans, beans
B=Beans(prior=beans.prior_1808)
B.do_run()
The text was updated successfully, but these errors were encountered:
Description
intermittent warnings during sampling following call to
do_run
, when using the lnZprior function (called in turn from the prior for SAX J1808.4-3658, prior_1808):.../python3.8/site-packages/beansp/beans.py:71: RuntimeWarning: divide by zero encountered in log return np.log(
doesn't seem to affect operations otherwise
What I Did
The text was updated successfully, but these errors were encountered: