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.
2 parents c72acd0 + 4560204 commit ec5cabcCopy full SHA for ec5cabc
2 files changed
.github/workflows/main.yml
@@ -84,7 +84,7 @@ jobs:
84
85
- name: Delete precompiled header (MacOS)
86
if: matrix.os == 'macos-latest' && steps.cache-cmdstan.outputs.cache-hit == 'true'
87
- run: rm -f ~/.cmdstan/cmdstan-${{ needs.get-cmdstan-version.outputs.version }}/stan/src/stan/model/*.hpp.gch
+ run: rm -rf ~/.cmdstan/cmdstan-${{ needs.get-cmdstan-version.outputs.version }}/stan/src/stan/model/*.hpp.gch
88
89
- name: Install CmdStan (Linux, macOS)
90
if: matrix.os != 'windows-latest'
docsrc/api.rst
@@ -110,6 +110,11 @@ install_cmdstan
110
111
.. autofunction:: cmdstanpy.install_cmdstan
112
113
+rebuild_cmdstan
114
+===============
115
+
116
+.. autofunction:: cmdstanpy.rebuild_cmdstan
117
118
set_cmdstan_path
119
================
120
0 commit comments