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

Fix group with automatic groups by labels of str dtype #3430

Merged
merged 3 commits into from
May 14, 2024

Conversation

SimonHeybrock
Copy link
Member

Fixes #3425.

Note that this still fails if the input is empty, due to a larger issue of Variable with str dtype not supporting range slices on their values property. As this is an unrelated and rare problem I am not adding a workaround here.

Fixes #3425.

Note that this still fails if the input is empty, due to a larger issue
of Variable with str dtype not supporting range slices on their values
property. As this is an unrelated and rare problem I am not adding a
workaround here.
@SimonHeybrock SimonHeybrock merged commit 3cb2e66 into main May 14, 2024
8 checks passed
@SimonHeybrock SimonHeybrock deleted the fix-group-auto-groups-str branch May 14, 2024 09:38
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.

Grouping by string-type coordinate with its name.
2 participants