-
-
Notifications
You must be signed in to change notification settings - Fork 378
Closed
Description
Minimal, reproducible code sample, a copy-pastable example if possible
$ pytestProblem description
When running tests on s390x (a big-endian machine), many of them fail checking the hexdigest. This is generally because the data is in a different byte order.
I don't know if tests should be creating little-endian data, or hexdigest should be changed to produce consistent results regardless of byte order.
Version and installation information
Please provide the following:
- Value of
zarr.__version__: 2.3.1 - Value of
numcodecs.__version__: 0.6.3 - Version of Python interpreter: 3.7.3
- Operating system (Linux/Windows/Mac): Fedora Rawhide
- How Zarr was installed (e.g., "using pip into virtual environment", or "using conda"): it's not; I'm building a package.
Metadata
Metadata
Assignees
Labels
No labels