Skip to content

Commit b5fa488

Browse files
committed
Remove auto argument from Deterministic
1 parent b6521f2 commit b5fa488

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pymc/model.py

-3
Original file line numberDiff line numberDiff line change
@@ -2012,9 +2012,6 @@ def Deterministic(name, var, model=None, dims=None):
20122012
----------
20132013
name: str
20142014
var: PyTensor variables
2015-
auto: bool
2016-
Add automatically created deterministics (e.g., when imputing missing values)
2017-
to a separate model.auto_deterministics list for filtering during sampling.
20182015
20192016
20202017
Returns

0 commit comments

Comments
 (0)