Skip to content
New issue

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

Pesky warnings #42

Open
maxbiostat opened this issue Apr 6, 2022 · 0 comments
Open

Pesky warnings #42

maxbiostat opened this issue Apr 6, 2022 · 0 comments
Assignees

Comments

@maxbiostat
Copy link
Owner

Our current implementations (both 'real' and 'log') give off an awful amount of warnings. Here are a few:

## Rejecting initial value:
Error evaluating the log probability at the initial value.
Exception: lognormal_lpdf: Location parameter[5] is -nan, but must be finite

or

## Exception: ode_rk45: Failed to integrate to next output time (2) in less than max_num_steps steps

which usually lead to

Informational Message: The current Metropolis proposal is about to be rejected because of the
## Chain 1 Exception: ode_rk45: ode parameters and data[1] is inf, but must be finite!

This slows things down by forcing rejections and wasted target and gradient evaluations.

It would be nice to figure out what is going on so we can do away with these warnings and achieve faster computation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants