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

[v3] zarr.array silently ignores order kwarg #2408

Closed
Tracked by #2412
jhamman opened this issue Oct 18, 2024 · 0 comments · Fixed by #2417
Closed
Tracked by #2412

[v3] zarr.array silently ignores order kwarg #2408

jhamman opened this issue Oct 18, 2024 · 0 comments · Fixed by #2417
Labels
bug Potential issues with the zarr-python library
Milestone

Comments

@jhamman
Copy link
Member

jhamman commented Oct 18, 2024

Zarr version

3.0.0.beta

Numcodecs version

0.13

Python Version

3.11

Operating System

Mac

Installation

pip

Description

Passing order=F to zarr.array silently ignores the parameter, producing a C ordered array.

Steps to reproduce

In [20]: a = np.arange(100000000, dtype='i4').reshape(10000, 10000).T

In [21]: f = zarr.array(a, chunks=(1000, 1000), order='F')

In [22]: f.order
Out[22]: 'C'

Additional output

No response

@jhamman jhamman added the bug Potential issues with the zarr-python library label Oct 18, 2024
@jhamman jhamman added this to the 3.0.0 milestone Oct 18, 2024
@jhamman jhamman moved this to Todo in Zarr-Python - 3.0 Oct 18, 2024
@jhamman jhamman added the V3 label Oct 18, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Zarr-Python - 3.0 Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Potential issues with the zarr-python library
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant