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

when fitted model params are not finite, summary stats blow up #2

Open
mitzimorris opened this issue Apr 13, 2018 · 0 comments
Open

Comments

@mitzimorris
Copy link
Member

script runPerformanceTests.py parses output of stansummary (I think),
but param values can look like this:

tau[2]          1.0e+201      nan      inf  2.8e+199  2.3e+200  4.5e+201      nan      nan      nan

and the functions which parse this summary (csv_summary and/or parse_summary) blow up.
use math.isfinite to check values before trying to compute average?

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

1 participant