-
-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
Description
Summary:
The arg = None style is used for the method pathfinder, but it would be nice if the doc listed what the default argument was.
Description:
For example, argument num_elbo_draws=None has documentation
num_elbo_draws (Optional[int]) – Number of Monte Carlo draws to evaluate ELBO.
with no indication of what the default value is.
Current Version:
1.20