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 8c2579e commit 3a9db21Copy full SHA for 3a9db21
cmdstanpy/utils/stancsv.py
@@ -251,6 +251,7 @@ def extract_max_treedepth_and_divergence_counts(
251
return num_max_treedepth, num_divergences
252
253
254
+# TODO: Remove after CmdStan 2.37 is the minimum version
255
def is_sneaky_fixed_param(header: str) -> bool:
256
"""Returns True if the header line indicates that the sampler
257
ran with the fixed_param sampler automatically, despite the
0 commit comments