You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What are your thoughts on refactoring the argument validation code below into a separate method validate_args() (or another name) so it can be invoked on an existing instance? The motivation is that I often have jitted functions that return distribution instances which I would like to validate.
What are your thoughts on refactoring the argument validation code below into a separate method
validate_args()
(or another name) so it can be invoked on an existing instance? The motivation is that I often have jitted functions that return distribution instances which I would like to validate.numpyro/numpyro/distributions/distribution.py
Lines 231 to 246 in 94f4b99
The text was updated successfully, but these errors were encountered: