Skip to content

fail to load H5 objects with Pandas 3 and pyarrow NOT installed #1180

@gdementen

Description

@gdementen

Also on Windows/local tests:

  • larray/tests/test_session.py::test_init_session_hdf
  • larray/tests/test_checked_session.py::test_init_checkedsession_hdf

Specific to CI:

  • larray/tests/test_checked_session.py::test_h5_io_cs - TypeError:
    ['a0', 'a1']
    Length: 2, dtype: str has an invalid type (StringArray) for a key
  • larray/tests/test_group.py::test_h5_io_lgroup - TypeError:
    ['P01', 'P03', 'P05']
    Length: 3, dtype: str has an invalid type (StringArray) for a key
  • larray/tests/test_session.py::test_h5_io: AssertionError: caught 2 matching warning(s) but expected 4 instead

They seem related to string columns from Pandas 3 (#1166), but I don't know why they do not trigger locally?!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions