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
During joblib packaging for debian, test_joblib_pickle_across_python_versions_with_mmap fails on big endian architecture s390x.
This is maybe related to #279, note that test_joblib_pickle_across_python_versions passes.
The full log is available here
The failure is
> assert result.dtype == expected.dtype
E AssertionError: assert dtype('<i8') == dtype('int64')
E + where dtype('<i8') = memmap([0, 1, 2, 3, 4]).dtype
E + and dtype('int64') = array([0, 1, 2, 3, 4]).dtype