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 5676af7 commit 2a4330eCopy full SHA for 2a4330e
1 file changed
cmdstanpy/model.py
@@ -929,7 +929,7 @@ def sample(
929
force_one_process_per_chain is False
930
and cmdstan_version_before(2, 28)
931
):
932
- get_logger().info(
+ get_logger().warning(
933
'Installed version of CmdStan cannot multi-process chains, '
934
'will run %d processes. '
935
'Run "install_cmdstan" to upgrade to latest version.',
0 commit comments