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 ef7ca63 commit 3d397e7Copy full SHA for 3d397e7
cmdstanpy/stanfit/runset.py
@@ -58,7 +58,7 @@ def __init__(
58
self._csv_files, self._diagnostic_files = [], []
59
60
# per-process output files
61
- if one_process_per_chain:
+ if one_process_per_chain and chains > 1:
62
self._stdout_files = [
63
self.gen_file_name(".txt", extra="stdout", id=id)
64
for id in self._chain_ids
0 commit comments