Closed zsusswein closed 1 month ago
It was already documented as iter_sampling in the docs, but the code expected iter_samples.
iter_sampling
iter_samples
iter_sampling follows {cmdstanr} syntax: https://mc-stan.org/cmdstanr/reference/model-method-sample.html
{cmdstanr}
iter_samples is an accidental portmanteau of EpiNow2's desired samples arg and iter_sampling.
samples
Also added a few quality-of-life Makefile utilities
Closes #73
All modified and coverable lines are covered by tests :white_check_mark:
:loudspeaker: Thoughts on this report? Let us know!
It was already documented as
iter_sampling
in the docs, but the code expectediter_samples
.iter_sampling
follows{cmdstanr}
syntax: https://mc-stan.org/cmdstanr/reference/model-method-sample.htmliter_samples
is an accidental portmanteau of EpiNow2's desiredsamples
arg anditer_sampling
.Also added a few quality-of-life Makefile utilities
Closes #73