Skip to content

Commit

Permalink
Add cross-ref to model.compile_fn
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianopaz committed Aug 28, 2024
1 parent 365b117 commit 064822a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pymc/model/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1652,6 +1652,8 @@ def compile_fn(
point_fn : bool
Whether to wrap the compiled function in a PointFunc, which takes a Point
dictionary with model variable names and values as input.
Other keyword arguments :
Any other keyword argument is sent to :py:func:`pymc.pytensorf.compile_pymc`.
Returns
-------
Expand Down

0 comments on commit 064822a

Please sign in to comment.