Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 743 Bytes

TODO.md

File metadata and controls

14 lines (11 loc) · 743 Bytes

Still to look into:

  1. Ability display Stan's summary when calling stan_summary and/or read_summary.
  2. Create an option to (re-)create Stan's summary with a selection of the available chains.
  3. Check if the updates in sdewaele's PR need to be applied here as well.

Provisionally ok:

  1. Check if start=... works properly to align sample numbers when saving warmup samples - seems ok.
  2. Check if there are additional cases where inside the REPL fails while package testing works, e.g. read_samples(stanmodel) - seems ok.
  3. Make sure no files are ever created in the package dir. instantiation - seems ok.
  4. Any conflicts with running CmdStan.jl and Stan.jl in a single julia
  5. Inclusion of findall() for Julia < v1.3 - seems ok.