-
Notifications
You must be signed in to change notification settings - Fork 65
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
Test cleanup and fixes #928
base: master
Are you sure you want to change the base?
Conversation
@keflavich FYI I'm expecting there's a few more tests to fix before this is ready. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #928 +/- ##
==========================================
- Coverage 79.84% 79.83% -0.02%
==========================================
Files 24 23 -1
Lines 6024 6020 -4
==========================================
- Hits 4810 4806 -4
Misses 1214 1214 ☔ View full report in Codecov by Sentry. |
|
||
# This restores showing the "loading the entire cube into memory" warning for | ||
# _apply_everywhere and _cube_on_cube_operation | ||
if function.__name__ in ['_apply_everywhere', '_cube_on_cube_operation']: |
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.
@keflavich -- can you check if this is consistent with the changes you made here: cb8dfbe
Addressing a few longer-standing test failures and ensuring things are passing with today's merging of several PRs.