You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FAILED tests/ndarray/test_lossy.py::test_lossy[shape1-float64-cparams1-None-False] - RuntimeError: Error while creating the NDArray
FAILED tests/ndarray/test_lossy.py::test_lossy[shape3-float32-cparams3-lossy.b2nd-False] - RuntimeError: Error while creating the NDArray
fail if "splitmode" is set toAUTO_SPLIT, which is the new default after this discussion.
Perhaps this is due to the design of the test, but while we can investigate more, they are set explicitly in the test to ALWAYS_SPLIT.
The text was updated successfully, but these errors were encountered:
At least these tests:
fail if "splitmode" is set to
AUTO_SPLIT
, which is the new default after this discussion.Perhaps this is due to the design of the test, but while we can investigate more, they are set explicitly in the test to
ALWAYS_SPLIT
.The text was updated successfully, but these errors were encountered: