Skip to content

Commit 097d4dc

Browse files
committed
Add save_cmdstan_config=1 to cmdstan call
1 parent b8bcfab commit 097d4dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmdstanpy/cmdstan_args.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,7 @@ def compose_command(
866866
cmd.append(f'init={self.inits[idx]}')
867867
cmd.append('output')
868868
cmd.append(f'file={csv_file}')
869+
cmd.append('save_cmdstan_config=1')
869870
if diagnostic_file:
870871
cmd.append(f'diagnostic_file={diagnostic_file}')
871872
if profile_file:

0 commit comments

Comments
 (0)