Brian Ward
Brian Ward
I've opened https://github.com/conda-forge/cmdstan-feedstock/pull/13 as a test example. Happy to try any suggestions for getting it to work
I'm unable to recreate this locally (Emacs 27 on Ubuntu 20.04) with your provided file. Do you have a complete list of active packages?
If you start emacs without any customization (`emacs -Q`) and then load stan mode and the file, does it still hang?
We discussed this a bit last weekly Stan meeting, there are a few things in packages like brms that need log probabilities on the order of a few dozen calls...
The wheels built in this repo use [cibuildwheel](https://cibuildwheel.readthedocs.io/en/stable/), which on Linux uses [`auditwheel repair`](https://github.com/pypa/auditwheel) to de-locate the built wheel. This is necessary to update the library lookup path of the...
It seems like we have a bit of a chicken-egg problem here. If we delete the older function definition from `stanc` before updating `model_base`, then the stanc3 tests will all...
Jenkins passes when using https://github.com/stan-dev/stanc3/pull/1245 up until the comparisons tests, which by definition can't run since the different versions can't use the same compiler output
Oh, I put together https://github.com/stan-dev/stan/pull/3139 to do the same thing. These need to be arguments to the existing function, not a new overload, or else `model.get_param_names(vec)` becomes ambiguous and fails...
Couldn’t this still fail if the refresh takes the number of games down to 0?
I think we should avoid using config inside the game data. We should just fetch it always and use config in the display side