Skip to content

Commit fe37daa

Browse files
committed
Add docstring
1 parent 45d2163 commit fe37daa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmdstanpy/stanfit/runset.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,8 @@ def raise_for_timeouts(self) -> None:
336336
)
337337

338338
def populate_pathfinder_single_path_files(self) -> None:
339+
"""Properly assigns output files for Pathfinder's
340+
save_single_paths=True option"""
339341
if not isinstance(self._args.method_args, PathfinderArgs):
340342
return
341343
if self._args.method_args.save_single_paths:

0 commit comments

Comments
 (0)