Skip to content

Commit 3a9db21

Browse files
committed
Add TODO to remove 'is_sneaky_fixed_param' in future
1 parent 8c2579e commit 3a9db21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmdstanpy/utils/stancsv.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ def extract_max_treedepth_and_divergence_counts(
251251
return num_max_treedepth, num_divergences
252252

253253

254+
# TODO: Remove after CmdStan 2.37 is the minimum version
254255
def is_sneaky_fixed_param(header: str) -> bool:
255256
"""Returns True if the header line indicates that the sampler
256257
ran with the fixed_param sampler automatically, despite the

0 commit comments

Comments
 (0)