Mario Beraha

Results 3 issues of Mario Beraha

**Describe the bug** When creating an `InferenceData` from a CmdStanPy fit, the output gets flooded with warnings ``` WARNING:cmdstanpy:Property "stan_vars_cols" has been deprecated, use "metadata.stan_vars_cols" instead. ``` **Additional context** I'm...

``` def downscale(self, inp, mask): return inp, mask with vs.variable_scope("Downscale"): ``` Does it mean that contrary to the original paper, downscale is no longer performed in the model?

Hi, first of all, really nice package! I'm running MCMC chains in Stan, since computing the gradient of my distribution is not trivial and Stan's autodiff does it for me....

question