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 266828c commit f53ab34Copy full SHA for f53ab34
cmdstanpy/model.py
@@ -205,7 +205,7 @@ def __init__(
205
self._compiler_options.add_include_path(path)
206
207
# try to detect models w/out parameters, needed for sampler
208
- if not cmdstan_version_before(2, 27) and cmdstan_version_before(
+ if (not cmdstan_version_before(2, 27)) and cmdstan_version_before(
209
2, 36
210
):
211
try:
0 commit comments