-
This is a feature request. It would be cool if parameters could be excluded by partial matching (or regular expression). Furthermore, I suggest that any parameter with a prefix of 'raw' be excluded by…
-
-
Currently, the `diagnose` utility prints all output to stdout and returns 0 regardless of warnings. Would it make sense to return a non-zero exit status if there's an error with any of the checks?
…
jsks updated
5 months ago
-
Hi:
I have a miniconda environment where I installed prophet. When I try to run this command on a Jupiter Notebook cell
from prophet import Prophet
I get the following error message:
----…
-
I apologize if this duplicates an existing issue but it seems like there are many similar issues involving Windows. I am responsible for teaching Stan to federal employees and I am having trouble gett…
-
#### Summary:
RStan fails to C++ compile a valid Stan program.
CmdStan compiles the Stan program fine.
#### Description:
This was originally reported on [Discourse](http://discourse.mc-stan.…
-
## Summary
**Update**: This error does not occur with `cmdstan` v2.33.1.
Running `cmdstan` v2.34.1 (23 January 2024) and `cmdstanr` [v0.7.1](https://github.com/stan-dev/cmdstanr/tree/v0.7.1). Re…
-
**Issue by [bgoodri](https://github.com/bgoodri)**
_Tuesday Aug 23, 2016 at 06:05 GMT_
_Originally opened as https://github.com/stan-dev/stan/issues/2025_
----
#### Summary:
The binary size of sta…
-
Running generated quantities block that works fine with `sampling()` method can fail with `generate_quantities()` method. This is caused as by default `sig_figs=6` and thus the mapping to rounded stor…
-
#### Summary:
Match the RStan feature that lets you indicate which parameters to save by name (not by index within name).
I'm not sure if this is something that's best to filter down at the Stan…