Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix h5py testing failure due to invalid datatype IDs #4321

Merged
merged 2 commits into from
Apr 4, 2024

Commits on Apr 4, 2024

  1. Fix h5py testing failure due to invalid datatype IDs

    Fixes an issue where invalid datatype IDs are passed to application conversion
    functions in the case where the top-level conversion function is a library-internal
    function that operates on a container-like datatype, but one or more of the
    base datatype members are converted with an application conversion function.
    jhendersonHDF committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9b1b65a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42954bf View commit details
    Browse the repository at this point in the history