Andrew Mascioli
Andrew Mascioli
Howdy - I am currently attempting to follow along with the tutorial using the VSCode extension setup provided by `vscode-playground`, but am running into a snag with getting debugging working...
During Curse updating, addon URLs are accessed to check for any URL redirection that may occur on Curse's end. This can occur when a user has specified an old URL...
Howdy, really appreciate having these diagnostics available. I am a `cmdstanpy` user and found it pretty straightforward to translate over the `extract_` functions to be compatible. While going through the...
Related to https://github.com/stan-dev/cmdstanpy/issues/794. In cmdstan directory with no `make/local` I run: ```bash make examples/bernoulli/bernoulli ./examples/bernoulli/bernoulli info ``` this gives: ``` stan_version_major = 2 stan_version_minor = 36 stan_version_patch = 0 STAN_THREADS=false...
#### Submission Checklist - [x] Run unit tests - [x] Declare copyright holder and open-source license: see below #### Summary This PR enables `save_metric=1` for cmdstan sampling with adaptation. This...
The `CmdStanMCMC.summary()` method runs `stansummary` under the hood (passing appropriate arguments to the command call). In large models with draws from thousands of quantities, computing this summary can be pretty...
#### Submission Checklist - [x] Run unit tests - [x] Declare copyright holder and open-source license: see below #### Summary Intends to resolve #770. Adds a `save_singe_paths` boolean keyword argument...