We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following errors occur when running the block-filter.
RuntimeWarning: invalid value encountered in log
or
RuntimeWarning: divide by zero encountered in log
The text was updated successfully, but these errors were encountered:
Hypothesis: during the evaluation of the log likelihood, some of the posterior rates becomes "g0dt"
L, L_pt = [np.log(v[gkey][k] / p['g0dt']) if v['y'][k] > 0 # spike else np.log((1 - v[gkey][k]) / (1 - p['g0dt'])) # no spike for gkey in ['gbar','gmap']]
Sorry, something went wrong.
No branches or pull requests
The following errors occur when running the block-filter.
RuntimeWarning: invalid value encountered in log
or
RuntimeWarning: divide by zero encountered in log
The text was updated successfully, but these errors were encountered: