Skip to content

Fix order handling #3112

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 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

dstansby
Copy link
Contributor

@dstansby dstansby commented Jun 3, 2025

This is many fixes to how 'order' is handled. See the changelong entries for details of bugs fixed.

Fixes #2948, and helps with #3072.

@staticmethod
@pytest.mark.parametrize("order", ["C", "F", None])
@pytest.mark.parametrize("with_config", [True, False])
def test_order(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've merged this with another existing test to reduce duplication - they were doing a lot of the same things.

@dstansby
Copy link
Contributor Author

dstansby commented Jun 6, 2025

I will definitely add more tests to get test coverage up to 100%, so this isn't quite ready yet

@dstansby dstansby marked this pull request as draft June 6, 2025 12:36
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.

Incorrect warning when creating zarr_format=2 array with order keyword
2 participants