Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit c7c7cfa

Browse files
authored
fix extra whitespace
1 parent b71cf1c commit c7c7cfa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pystan/model.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class StanModel:
143143
verbose : boolean, False by default
144144
Indicates whether intermediate output should be piped to the console.
145145
This output may be useful for debugging.
146-
146+
147147
kwargs : keyword arguments
148148
Additional arguments passed to `stanc`.
149149
@@ -283,7 +283,6 @@ def __init__(self, file=None, charset='utf-8', model_name="anon_model",
283283
('BOOST_NO_DECLTYPE', None),
284284
('BOOST_DISABLE_ASSERTS', None),
285285
]
286-
287286
# compile stan models with optimization (-O2)
288287
# (stanc is compiled without optimization (-O0) currently, see #33)
289288
if extra_compile_args is None:

0 commit comments

Comments
 (0)