Skip to content

Commit f53ab34

Browse files
committed
Parens for clarity
1 parent 266828c commit f53ab34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmdstanpy/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def __init__(
205205
self._compiler_options.add_include_path(path)
206206

207207
# try to detect models w/out parameters, needed for sampler
208-
if not cmdstan_version_before(2, 27) and cmdstan_version_before(
208+
if (not cmdstan_version_before(2, 27)) and cmdstan_version_before(
209209
2, 36
210210
):
211211
try:

0 commit comments

Comments
 (0)