You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When simulating data via generated quantities, the user needs to remember to specify "fixed_param".
If they don't - CmdStan will return an error message. CmdStanPy doesn't have enough information to detect this
and set the "fixed_param=True" accordingly - we could catch this error message and make it more helpful.
Summary:
When simulating data via generated quantities, the user needs to remember to specify "fixed_param".
If they don't - CmdStan will return an error message. CmdStanPy doesn't have enough information to detect this
and set the "fixed_param=True" accordingly - we could catch this error message and make it more helpful.
stan-dev/cmdstan#953
Description:
Describe the issue as clearly as possible.
Additional Information:
Provide any additional information here.
Current Version:
The text was updated successfully, but these errors were encountered: