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
I've tried running your "bowers_seis" notebook and keep getting the following error when trying to view
the fitted density trend:
RuntimeWarning: invalid value encountered in power
return ((v-v0)/a)**(1/b)
OptimizeWarning: Covariance of the parameters could not be estimated
category=OptimizeWarning)
RuntimeWarning: Implicit conversion from float64 to float32 (narrowing)
warnings.warn(msg.format(x.dtype, dtype), RuntimeWarning)
The text was updated successfully, but these errors were encountered:
Hi Yu Hao,
I've tried running your "bowers_seis" notebook and keep getting the following error when trying to view
the fitted density trend:
RuntimeWarning: invalid value encountered in power
return ((v-v0)/a)**(1/b)
OptimizeWarning: Covariance of the parameters could not be estimated
category=OptimizeWarning)
RuntimeWarning: Implicit conversion from float64 to float32 (narrowing)
warnings.warn(msg.format(x.dtype, dtype), RuntimeWarning)
The text was updated successfully, but these errors were encountered: