Skip to content

Commit 064822a

Browse files
committed
Add cross-ref to model.compile_fn
1 parent 365b117 commit 064822a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pymc/model/core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,6 +1652,8 @@ def compile_fn(
16521652
point_fn : bool
16531653
Whether to wrap the compiled function in a PointFunc, which takes a Point
16541654
dictionary with model variable names and values as input.
1655+
Other keyword arguments :
1656+
Any other keyword argument is sent to :py:func:`pymc.pytensorf.compile_pymc`.
16551657
16561658
Returns
16571659
-------

0 commit comments

Comments
 (0)