We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
h5py
pyfive
attributes
h5netcdf
<class 'h5netcdf.attrs.Attributes'> Conventions: b'CF-1.12' numbers: array([5, 6]) number: np.array([4]) # Wrong vector_of_strings: array(['a', 'bb'], dtype=object) # Wrong
<class 'h5netcdf.attrs.Attributes'> Conventions: b'CF-1.12' numbers: array([5, 6]) number: 4 # Right vector_of_strings: ['a', 'bb'] # Right
PR to follow: #6
"pyfive" branch
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Attributes look like
h5py
attributes
when using thepyfive
backend.Attributes look like
h5netcdf
attributes when using thepyfive
backend.Got output:
Expected Output
Anything else we need to know?:
PR to follow: #6
Version
"pyfive" branch
The text was updated successfully, but these errors were encountered: