Skip to content

Commit 2a4330e

Browse files
committed
updating unit tests
1 parent 5676af7 commit 2a4330e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmdstanpy/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ def sample(
929929
force_one_process_per_chain is False
930930
and cmdstan_version_before(2, 28)
931931
):
932-
get_logger().info(
932+
get_logger().warning(
933933
'Installed version of CmdStan cannot multi-process chains, '
934934
'will run %d processes. '
935935
'Run "install_cmdstan" to upgrade to latest version.',

0 commit comments

Comments
 (0)