Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove auto argument from pm.Deterministic docstring #6588

Closed
larryshamalama opened this issue Mar 11, 2023 · 0 comments · Fixed by #6592
Closed

Remove auto argument from pm.Deterministic docstring #6588

larryshamalama opened this issue Mar 11, 2023 · 0 comments · Fixed by #6592

Comments

@larryshamalama
Copy link
Member

Description

In #6309, the auto argument was removed from pm.Deterministic. However, it is still visible in the docstrings as we can see below:

pymc/pymc/model.py

Lines 2011 to 2017 in b6521f2

Parameters
----------
name: str
var: PyTensor variables
auto: bool
Add automatically created deterministics (e.g., when imputing missing values)
to a separate model.auto_deterministics list for filtering during sampling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant