-
-
Notifications
You must be signed in to change notification settings - Fork 65
Simplify debugging for potential parser issue #115
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
Comments
great idea - filed stan-dev/cmdstanpy#202 - can argument be simply |
Yeah, definitely. Also think this should print a warning that the flag is on and should only be used to debug. |
this isn't feasible as a flag on the |
I am going to close this one for two reasons:
|
Cmdstan 2.22 uses the new parser (stanc3) and we should add a simple interface to switch to the older parser for debugging purposes.
That would simplify debugging issues like stan-dev/math#1643 that turned out to not be related to the parser.
compile() should accept something like (use_stanc2 = TRUE), that would be turned off by default. This should only be allowed for 2.22 and up until he version where the existing compiler will be phased out.
The text was updated successfully, but these errors were encountered: