-
Notifications
You must be signed in to change notification settings - Fork 38
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
IOError "Bad Request: invalid linkname, '/' not allowed" for create_dataset #9
Comments
Hm. I checked again after creating the dataset individually first, and am still experiencing this issue. The issue was NOT the nonexistent group, but something else.
|
Ok, that's a bug. As a work-around use the handler of the group you created for the create_dataset call. i.e. 2015_grp.create_dataset(...) |
Works with the workaround. |
This should be fixed with the checkin above. |
My input dataset does not yet have a group called 2015. I am not able to create a dataset inside of it. In h5py, I was able to do so without first creating the dataset.
fileOut.create_dataset('2015/newdset',data=newdata,compression='gzip')
The text was updated successfully, but these errors were encountered: