Skip to content
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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

e-koch
Copy link
Contributor

@e-koch e-koch commented Oct 18, 2024

Addressing a few longer-standing test failures and ensuring things are passing with today's merging of several PRs.

@e-koch
Copy link
Contributor Author

e-koch commented Oct 18, 2024

@keflavich FYI I'm expecting there's a few more tests to fix before this is ready.

Copy link

codecov bot commented Oct 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.83%. Comparing base (4d7182f) to head (d14947b).
Report is 30 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.


# 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']:
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants