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 ea2fb59 commit 838f6b4Copy full SHA for 838f6b4
1 file changed
cmdstanpy/install_cmdstan.py
@@ -182,7 +182,13 @@ def compile_example() -> None:
182
183
def rebuild_cmdstan(verbose: bool = True) -> None:
184
"""
185
- Rebuilds the existing cmdstan installation
+ Rebuilds the existing CmdStan installation.
186
+ This assumes CmdStan has already been installed,
187
+ though it need not be installed via CmdStanPy for
188
+ this function to work.
189
+
190
+ :param verbose: Boolean value; when ``True``, output from CmdStan build
191
+ processes will be streamed to the console. Default is ``False``.
192
193
try:
194
with pushd(cmdstan_path()):
0 commit comments