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

Allowing passing kwargs #24692

Merged
merged 2 commits into from
May 18, 2022
Merged

Allowing passing kwargs #24692

merged 2 commits into from
May 18, 2022

Commits on May 11, 2022

  1. Allowing passing kwargs

    Allowing passing kwargs (e.g., `temperature`) to child distributions.
    
    Least effort modification, but will break for distros that don't accept the same init keywords. Other options include pass-through kwargs or extending with `child_kwargs`...
    nmatare authored May 11, 2022
    Configuration menu
    Copy the full SHA
    89ecdd6 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    4591cd6 View commit details
    Browse the repository at this point in the history