-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add __configure__ function to component #210
Conversation
Co-authored-by: Adam Hillier <[email protected]>
Co-authored-by: Adam Hillier <[email protected]>
Co-authored-by: Adam Hillier <[email protected]>
Co-authored-by: Adam Hillier <[email protected]>
Unfortunately some doc formatting has snuck into this PR, but only in these two files. I'll make another one that formats everything once this is merged (to prevent conflicts) |
…nstance' instead of 'self'
I've just pushed a commit to this branch that undoes the docstring formatting. That can be part of another PR if necessary. |
This is good to go after those small nits are dealt with :) |
Co-authored-by: Adam Hillier <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! I only have some minor nit picks, otherwise this looks good to me.
Co-authored-by: Lukas Geiger <[email protected]>
Co-authored-by: Lukas Geiger <[email protected]>
Co-authored-by: Lukas Geiger <[email protected]>
Which is responsible for calling 'configure' on itself. Allows the user to override default values, change the config dict, etc.