stan-dev / cmdstanpy

CmdStanPy is a lightweight interface to Stan for Python users which provides the necessary objects and functions to compile a Stan program and fit the model to data using CmdStan.
BSD 3-Clause "New" or "Revised" License
149 stars 67 forks source link

[Stan 2.34] Utilize argument save_cmdstan_config #714

Open WardBrian opened 8 months ago

WardBrian commented 8 months ago

Summary:

Added in https://github.com/stan-dev/cmdstan/pull/1204, save_cmdstan_config outputs the arguments provided to cmdstan as a JSON file. This should remove most of the need to parse the CSV comments, besides perhaps for optional validation