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 e681600 commit 5cec23cCopy full SHA for 5cec23c
docsrc/users-guide/workflow.rst
@@ -52,7 +52,7 @@ the constructor will compile the model as needed.
52
The constructor argument `compile` controls this behavior.
53
54
* ``compile=False``: never compile the Stan file.
55
-* ``compile=Force``: always compile the Stan file.
+* ``compile="Force"``: always compile the Stan file.
56
* ``compile=True``: (default) compile the Stan file as needed, i.e., if no exe file exists or if the Stan file is newer than the exe file.
57
58
.. code-block:: python
0 commit comments