cmdstan icon indicating copy to clipboard operation
cmdstan copied to clipboard

follow on to PR 992 - when running sampler algorithm fixed_param instead of hmc, record in Stan CSV header

Open mitzimorris opened this issue 4 years ago • 0 comments

Summary:

Wrapper CmdStanPy parses the Stan CSV outputs. If the sampler was called on a model with no parameters and the user failed to specify algorithm=fixed_param, CmdStan will run fixed_param automatically; however the Stan CSV file header won't record this. Add another header comment line to the sampler file to record this.

Description:

see discussion in CmdStanPy issue here: https://github.com/stan-dev/cmdstanpy/issues/425#issuecomment-894531130

Current Version:

v2.27.0

mitzimorris avatar Aug 06 '21 21:08 mitzimorris