Skip to content

Fix sparse reindexing some more. #437

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

Merged
merged 7 commits into from
Apr 7, 2025
Merged

Fix sparse reindexing some more. #437

merged 7 commits into from
Apr 7, 2025

Conversation

dcherian
Copy link
Collaborator

@dcherian dcherian commented Apr 7, 2025

Some of our reductions need more work.

@dcherian dcherian requested a review from Copilot April 7, 2025 15:14
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

flox/xrutils.py:163

  • Returning False for None in isnull may lead to inconsistent null detection compared to pandas (which treats None as null). Consider revisiting this behavior to ensure consistency with expected null semantics.
if data is None:

flox/core.py:2851

  • [nitpick] The error message for unsupported sparse aggregation could be more actionable. Consider including suggestions on alternative aggregations or next steps to help the user resolve the issue.
raise NotImplementedError(

@dcherian dcherian enabled auto-merge (squash) April 7, 2025 15:17
@dcherian dcherian merged commit 11feda2 into main Apr 7, 2025
16 checks passed
@dcherian dcherian deleted the fix-sparse branch April 7, 2025 15:25
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.

1 participant