Skip to content

Commit 5d371fb

Browse files
committed
Update warning language
1 parent cf6b836 commit 5d371fb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cmdstanpy/stanfit/mcmc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,8 @@ def _check_sampler_diagnostics(self) -> None:
366366
f'({((self._max_treedepths[i]/ct_iters)*100):.1f}%)'
367367
)
368368
diagnostics.append(
369-
'Use function "diagnose()" to see further information.'
369+
'Use the "diagnose()" method on the CmdStanMCMC object'
370+
' to see further information.'
370371
)
371372
get_logger().warning('\n\t'.join(diagnostics))
372373

0 commit comments

Comments
 (0)