Skip to content

Catch exception for old boolean type #483

@achilleas-k

Description

@achilleas-k

Since v1.2 (2016) the file representation for boolean types has changed. Files created before this version can't be read using h5py; the old representation is not compatible with h5py at all. This hasn't been an issue in general, but it came up recently (G-Node/nix-odML-converter#26) during some old file conversions. The way to fix these would be to use NIX (C++) or HDF5 directly to change the format of older files. Since we can't automate that with NIXPy, we should catch the exception and provide a more useful error message.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions