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 0548750 commit fd18b2bCopy full SHA for fd18b2b
1 file changed
cmdstanpy/install_cmdstan.py
@@ -144,8 +144,11 @@ def build(verbose: bool = False) -> None:
144
)
145
146
147
-def compile_example():
148
- """Compile the example model. The current directory must be a cmdstan library."""
+def compile_example() -> None:
+ """
149
+ Compile the example model.
150
+ The current directory must be a cmdstan library.
151
152
cmd = [
153
MAKE,
154
Path(
0 commit comments