Skip to content

test_joblib_pickle_across_python_versions_with_mmap fails on big endian architecture s390x #1353

@cmarmo

Description

@cmarmo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions