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 45d2163 commit fe37daaCopy full SHA for fe37daa
cmdstanpy/stanfit/runset.py
@@ -336,6 +336,8 @@ def raise_for_timeouts(self) -> None:
336
)
337
338
def populate_pathfinder_single_path_files(self) -> None:
339
+ """Properly assigns output files for Pathfinder's
340
+ save_single_paths=True option"""
341
if not isinstance(self._args.method_args, PathfinderArgs):
342
return
343
if self._args.method_args.save_single_paths:
0 commit comments