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 cf6b836 commit 5d371fbCopy full SHA for 5d371fb
1 file changed
cmdstanpy/stanfit/mcmc.py
@@ -366,7 +366,8 @@ def _check_sampler_diagnostics(self) -> None:
366
f'({((self._max_treedepths[i]/ct_iters)*100):.1f}%)'
367
)
368
diagnostics.append(
369
- 'Use function "diagnose()" to see further information.'
+ 'Use the "diagnose()" method on the CmdStanMCMC object'
370
+ ' to see further information.'
371
372
get_logger().warning('\n\t'.join(diagnostics))
373
0 commit comments