We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8bcfab commit 097d4dcCopy full SHA for 097d4dc
1 file changed
cmdstanpy/cmdstan_args.py
@@ -866,6 +866,7 @@ def compose_command(
866
cmd.append(f'init={self.inits[idx]}')
867
cmd.append('output')
868
cmd.append(f'file={csv_file}')
869
+ cmd.append('save_cmdstan_config=1')
870
if diagnostic_file:
871
cmd.append(f'diagnostic_file={diagnostic_file}')
872
if profile_file:
0 commit comments