-
Notifications
You must be signed in to change notification settings - Fork 272
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 additional tests to Component #935
Conversation
I think this behavior is exactly what one would expect, so it should stay as it is. |
Yes I agree. However, a developer may fall into this pitfall in the future. This PR is to "document" some of the Component's current behaviours, via some verbose tests. |
Something seems to be wrong with pytables in the master |
* master: fix pandas to 0.23.4 for the time being (cta-observatory#937) slimmed down some notebooks and removed poor-quality ones (cta-observatory#933) clean up environment.yml (cta-observatory#932) Print duration of notebooks on travis (cta-observatory#928)
Codecov Report
@@ Coverage Diff @@
## master #935 +/- ##
==========================================
+ Coverage 78.31% 78.57% +0.26%
==========================================
Files 191 191
Lines 10735 10867 +132
==========================================
+ Hits 8407 8539 +132
Misses 2328 2328
Continue to review full report at Codecov.
|
Add some additional tests to
Component
.Note
test_change_default_subclass_override
, which fails. Do we want a method to be able to change the default of a traitlet for all subclasses? Or should we accept this behaviour for the time being?