Skip to content

Don't warn when order passed for v2 arrays #3078

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

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

dstansby
Copy link
Contributor

@dstansby dstansby commented May 21, 2025

The correct warning is raised further down the call stack in AsyncArray._create, so no need for it in create().

Edit: this is turning into a bit of a "fix all the order arguments" rabbit hole...

Fixes #2948

@github-actions github-actions bot added the needs release notes Automatically applied to PRs which haven't added release notes label May 21, 2025
@dstansby dstansby marked this pull request as draft May 21, 2025 12:16
@dstansby dstansby force-pushed the v2-no-order-warn branch from 6231266 to 48c5702 Compare May 23, 2025 10:27
@dstansby dstansby force-pushed the v2-no-order-warn branch from 48c5702 to 2f87e95 Compare May 23, 2025 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs release notes Automatically applied to PRs which haven't added release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect warning when creating zarr_format=2 array with order keyword
1 participant