-
Notifications
You must be signed in to change notification settings - Fork 906
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
Refactor index construction #8485
Refactor index construction #8485
Conversation
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-21.08 #8485 +/- ##
===============================================
Coverage ? 82.94%
===============================================
Files ? 109
Lines ? 18167
Branches ? 0
===============================================
Hits ? 15069
Misses ? 3098
Partials ? 0 Continue to review full report at Codecov.
|
rerun tests |
rerun tests |
@gpucibot merge |
rerun tests |
1 similar comment
rerun tests |
The changes in #8309 allow us to avoid overriding
__new__
for all index types and instead use the more standard__init__
, which also makes it easier to share logic between different index classes via typical inheritance patterns.