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 92b803c commit 4169ceeCopy full SHA for 4169cee
cmdstanpy/stanfit/runset.py
@@ -350,9 +350,5 @@ def populate_pathfinder_single_path_files(self) -> None:
350
for id in range(1, num_paths + 1)
351
]
352
else: # num_paths == 1
353
- self._single_path_csv_files = [
354
- self.gen_file_name(".csv", extra="path")
355
- ]
356
- self._single_path_json_files = [
357
- self.gen_file_name(".csv", extra="json")
358
+ self._single_path_csv_files = [self.gen_file_name(".csv")]
+ self._single_path_json_files = [self.gen_file_name(".json")]
0 commit comments