-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
initial values ignored #451
Comments
Oops, you can comment |
Check that you're structuring the inits properly. See this issue that boiled down to failure to do so. |
Here's what I found in the init file:
What can I do? It's cmdstanr that structures the output. |
Oh, so I needed to do:
Why doesn't cmdstanr prohibit square brackets in variable names? |
Yup, that's what should happen. If you scroll to the bottom of the issue I linked, that's the solution that has been seemingly agreed-to as the solution to this. It just hasn't been implemented yet. |
In all honesty I forgot about that. Lets keep this issue here so we dont forget. |
Describe the bug
Can't set initial values
To Reproduce
Run bug.tar.gz
Expected behavior
rawTwin[1]
etc should be set to 0.5Operating system
Linux Ubuntu 20.10
CmdStanR version number
0.1.3, using cmdstan-2.26.0
Additional context
Maybe a cmdstan bug?
The text was updated successfully, but these errors were encountered: