stan-dev / stan

Stan development repository. The master branch contains the current release. The develop branch contains the latest stable development. See the Developer Process Wiki for details.
https://mc-stan.org
BSD 3-Clause "New" or "Revised" License
2.55k stars 365 forks source link

Write metric as JSON - add field "metric_type" #3247

Closed mitzimorris closed 6 months ago

mitzimorris commented 7 months ago

Summary:

PR https://github.com/stan-dev/stan/pull/3230 produces metric in JSON; add field metric_type to output; values will be string dense, diag, or unit.

Description:

Describe the issue as clearly as possible.

see example in design doc - https://github.com/stan-dev/design-docs/blob/8eede8b68afd8456df437c9b90281dc82107074b/designs/0032-stan-output-formats.md?plain=1#L199-L202

Current Version:

v2.33.0

WardBrian commented 6 months ago

3248