-
Notifications
You must be signed in to change notification settings - Fork 96
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
macOS CI failing #683
Comments
The only differences in the coda environment are |
When running the test
Can see the following error under * thread #1, queue = 'com.apple.main-thread', stop reason = hit program assert
frame #4: 0x0000000118bf4c58 vlen.cpython-312-darwin.so`__pyx_pw_9numcodecs_4vlen_9VLenBytes_3encode + 2948
vlen.cpython-312-darwin.so`__pyx_pw_9numcodecs_4vlen_9VLenBytes_3encode:
-> 0x118bf4c58 <+2948>: adr x0, 0x118bfe6b6 ; "PyBytes_GET_SIZE" This appears to come from this Numcodecs code. Specifically the call to Lines 248 to 253 in 58bc9c4
Within Though looking at the values and our code, they appear to be |
macOS tests have started failing, with no obvious culprit. The last passing test run is here, and an example failing run here.
The error is in
test_vlen_bytes.py::test_encode_none
:The text was updated successfully, but these errors were encountered: