You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running this program results in the error 'H5Coro' object has no attribute 'offsetsize'. Full stack trace output: test_output.txt
In case this is due to something about the file itself, here is the h5dump output for the ou_process.h5 file, when read through the ROS3 VFD: h5dump_output.txt
I thought that offsetsize might be a typo'd version of offsetSize, but replacing the capitalization and running the program again results in this error:
File "/home/matthewlarson/Downloads/h5coro/h5coro/h5dataset.py", line 1466, in readSymbolTable
self.readObjHdr(obj_hdr_addr, dlvl + 1)
TypeError: readObjHdr() takes 2 positional arguments but 3 were given
The text was updated successfully, but these errors were encountered:
@mattjala Thank you for reporting this issue and for the very clear write up. I was able to drill down on the problem and I've committed a fix for it on the netcdf-2 branch that is holding some substantial changes which should be merged in the next day or so.
I'm glad to see you are interested in this effort, and any and all involvement is welcome! Please be aware that this code is still in the early stages and is not ready for any sort of production environment. The current main branch has known issues, including lack of support for 2 dimensional datasets (which the netcdf-2 branch is looking to fix).
If you are interested in getting involved, feel free to keep the discussion open here. Or you can take the discussion offline and email me directly at [email protected].
Thanks for the quick response! I encountered this while setting up an example with H5Coro as part of the HDF5 tutorials projects. Our goal is to sample the different interfaces and libraries that HDF5 files can be accessed through.
I built H5Coro from source with python 3.9.18 on Ubuntu 22.04. I am attempting to use it read a publicly accessible file,
ou_process.h5
.The program that results in the error:
Running this program results in the error
'H5Coro' object has no attribute 'offsetsize'
. Full stack trace output:test_output.txt
In case this is due to something about the file itself, here is the h5dump output for the
ou_process.h5
file, when read through the ROS3 VFD:h5dump_output.txt
I thought that
offsetsize
might be a typo'd version ofoffsetSize
, but replacing the capitalization and running the program again results in this error:The text was updated successfully, but these errors were encountered: