-
#### Summary:
There can a lot of repeated compilation across different Stan programs if the same templates are being instantiated. We could suggest using [`ccache`](https://ccache.dev/manual/4.9.1.…
-
#### Summary:
R reliably crashes when re-using a pre-compiled/cached model.
#### Description:
R crashes the 2nd time a model is run, possibly related to #221.
#### Reproducible Steps:
```…
-
#### Summary:
Saved models appear to also save the `chain_id`
#### Description:
https://groups.google.com/forum/#!category-topic/stan-users/UR5oaPsfjjE
#### Reproducible Steps:
```
library(rstan)
…
-
#### Summary:
When running
```bash
git clone --recurse-submodules git@github.com:stan-dev/rstan.git
```
I'm getting
```
fatal: remote error: upload-pack: not our ref 520cdec64c004d19d64b0…
-
#### Summary:
Upon running a misspecified model in stan, I get no output and my RStudio no longer prints any error messages.
#### Description and Reproducible Steps:
I'm new to Stan (pivoting fro…
-
-
## Description
`operator*` (matrix multiplication) does not compile for one input matrix with double and other with var scalars.
Both stan and tests always use multiply function, so this went unde…
-
Hi All, good evening,
I am trying to test STAN client in .Net Core deployed into Kubernetes as Pod. The following are the stand options set
```c#
StanOptions cOpts = StanOptions.GetDefault…
-
Hi!
I've been playing with `multiProcTCPBase` the entire evening for a project but I have the weirdest issue with it. It seems to be tracking state accross runs somehow.
I started out with the …
-
Comparing to https://github.com/nats-io/nats-streaming-server/issues/899 I see much worse FILE store performance, and I wonder is it normal or there is some regression?
Here is my docker-compose.ym…