Skip to content

Commit 0eda275

Browse files
authored
Make from_csv failure a warning, not info
1 parent cec618c commit 0eda275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmdstanpy/stanfit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def from_csv(
267267
runset._set_retcode(i, 0)
268268
return CmdStanPathfinder(runset)
269269
else:
270-
get_logger().info(
270+
get_logger().warning(
271271
'Unable to process CSV output files from method %s.',
272272
(config_dict['method']),
273273
)

0 commit comments

Comments
 (0)