-
Notifications
You must be signed in to change notification settings - Fork 83
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
TST: Several AssertionError
s in tests on aarch64-linux
#780
Comments
Maybe slightly relaxing the expected precision of those checks could be relevant. |
Looks like the data is shifted one cell over. |
snowman2
changed the title
[BUG] Several
TST: Several Jun 21, 2024
AssertionError
s in tests on aarch64-linux
AssertionError
s in tests on aarch64-linux
These same test issues also seem to be occurring on Nix for
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code Sample, a copy-pastable example if possible
Context: maintaining the
python311Packages.rioxarray
package on nixpkgs: NixOS/nixpkgs#320524A few tests fail on
aarch64-linux
withAssertionError
. No issue was found onx86_64-linux
.Problem description
Excerpt of the log:
Full log: https://pastebin.com/HaYxS5ZV
Expected Output
Tests are all successful.
Environment Information
python -c "import rioxarray; rioxarray.show_versions()"
The text was updated successfully, but these errors were encountered: