Louis Mandel

Results 7 comments of Louis Mandel

Thank you for opening this issue. I have updated the fork of the Stan compiler to add an option `--info` which outputs on the standard output a JSON object containing...

Hi @tcbegley and @fehiepsi, That's true that we have implemented the `fori_loop` with a `scan` (see [dppllib.py](https://github.com/deepppl/stan-num-pyro/blob/main/stan-numpyro/stannumpyro/dppllib.py#L47-L51)). But we would still be interested by the support of `cond` (and also...

Thank you for your interest in the project. I think that you could directly use `pycmdstan` to execute this command from Python (https://pycmdstan.readthedocs.io/en/latest/api.html#pycmdstan.model.stansummary_csv). Would it work for you?

What is your OS? How do you launch the example? Instead of doing simply `CMDSTAN="~/cmdstan/"`, could you try to do ``` export CMDSTAN=$HOME/cmdstan ```

@sreedta8 Does the command `$CMDSTAN/bin/stanc --version` works for you?

Maybe you could also try to add `$CMDSTAN/bin` to your path: ``` export PATH=$CMDSTAN/bin:$PATH ```

Thank you @sreedta8 for finding a solution!