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
No description provided.
The text was updated successfully, but these errors were encountered:
@miladh What needs to be done for this issue to be closed? Do we have a link to HDF5 docs or an example to test?
Sorry, something went wrong.
With h5py you can do this:
f_hdf = h5py.File("test.hdf5") f_hdf.create_group("/some/long/path") f_hdf.create_dataset("/some/long/path/dset", data=np.array([1, 2, 3]))
Exdir gives NameError because of filename_validation
NameError
Ah, so this is only about resolving the names. Yes, we should handle that better.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: