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

Fix crash in analyse_baSAR() if n.MCMC is equal to the thinning interval #409

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

mcol
Copy link
Contributor

@mcol mcol commented Nov 11, 2024

Now we don't let the thinning interval exceed n.MCMC / 2, so that we are certain to get at least two posterior samples: with that we don't crash anymore and JAGS doesn't print out ugly errors shows in the issue. Fixes #407.

…val.

Now we don't let the thinning interval exceed n.MCMC / 2, so that we are
certain to get at least two posterior samples: with that we don't crash
anymore and JAGS doesn't print out ugly errors.
@mcol mcol merged commit 934d1e4 into master Nov 12, 2024
9 checks passed
@mcol mcol deleted the issue_407 branch November 12, 2024 07:15
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

Successfully merging this pull request may close these issues.

analyse_baSAR() crashes after incomplete adaptation
1 participant