-
Notifications
You must be signed in to change notification settings - Fork 39
Breaking: get rid of index
#1029
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Rafael Schouten <[email protected]>
Co-authored-by: Rafael Schouten <[email protected]>
Co-authored-by: Rafael Schouten <[email protected]>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1029 +/- ##
==========================================
+ Coverage 82.89% 83.75% +0.85%
==========================================
Files 58 68 +10
Lines 5425 5472 +47
==========================================
+ Hits 4497 4583 +86
+ Misses 928 889 -39 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
rafaqz
left a comment
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.
Really need to switch to parent(lookup(d)) not lookup(d) esp with plotting.
Lets avoid any complications and responsibities by returning types we dont own .
Co-authored-by: Rafael Schouten <[email protected]>
Co-authored-by: Rafael Schouten <[email protected]>
|
|
|
Yeah |
|
Should that return a Lookup? Then we can just define And similar for |
|
Honestly Im not sure, you will need to look at how they are used |
|
They don't really seem to be used at all? Both of them are exported and I can only find one public repo on github where Since |
|
Ok delete away |
indexis removed in DD 0.30, so we might as well get rid of it already.Makes it much easier to test the breaking branch of DD without running into these silly errors (you're welcome).