Jonah Gabry
Jonah Gabry
Sorry I'm just seeing this issue now, not sure why I missed it before. Unfortunately this is the way CmdStan itself writes the CSV files during sampling, not something that...
After chatting with @WardBrian, we're going to hold off on changing this in cmdstanr and probably fix it in the compiler via https://github.com/stan-dev/stanc3/pull/1541 or maybe in the cmdstan makefiles.
Great, thanks!
Thanks for reporting. Tagging @andrjohns, who knows a lot more about WSL than I do.
Thanks for reporting this and investigating it! I'm not a Windows or WSL user at all, so I'm going to need some help if we're going to fix this. @andrjohns...
It seems like this > 1. Looks like it doesn't appreciate the `\\` that R is appending to the path. If I add `path
Thanks for reporting this. I will try to look into this when I have a chance, but I'm a bit overloaded at the moment. For now, have you tried what...
Thanks @VisruthSK! @yizhang-yiz can you check if this works for you?
I do wonder if anything else will break downstream if we have parameter names with parenthesis in them. We don't have tests for all the post-processing functions with non-standard parameter...
After playing around a bit, this alone won't solve the issue in #1116. Unfortunately there are other issues caused by variable names with parentheses. I'm thinking it's best to just...