-
Notifications
You must be signed in to change notification settings - Fork 85
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
CLN: Remove Class
trait
#520
Conversation
Getting a strange failure on CI, unsure of whether or not it's due to my changes.
|
Looks fairly unlikely: the failing job hadn't even got as far as installing Traits. I've restarted the failing job to see if the problem goes away. If it turns out to be reproducible, we'll have to dig in further. |
Codecov Report
@@ Coverage Diff @@
## master #520 +/- ##
=========================================
Coverage ? 65.29%
=========================================
Files ? 44
Lines ? 7045
Branches ? 1414
=========================================
Hits ? 4600
Misses ? 2022
Partials ? 423
Continue to review full report at Codecov.
|
Thank you for doing this. A couple of comments: I'm not fully convinced by the need for the That leaves the The It would make sense to get rid of |
Looks like it did. 🎉 |
I agree with @mdickinson on if we have I'm also reasonably OK with |
True. My first thought was that
Given that, In any case, please let's do all the subclass-related stuff in a separate PR. |
@@ -277,8 +277,6 @@ the table. | |||
| CArray | CArray( [*dtype* = None, *shape* = None, *value* = None, | | |||
| | *typecode* = None, \*\*\ *metadata*] ) | | |||
+------------------+----------------------------------------------------------+ | |||
| Class | Class( [*value*, \*\*\ *metadata*] ) | |
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.
Please remove the Class
entry from the index above this table, too.
@skailasa Please could you remove |
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.
LGTM. Thank you!
Addresses #351, removing
Class
trait, and adding an aliasSubclass
as suggested for theType
trait