-
Notifications
You must be signed in to change notification settings - Fork 143
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
Not yet supported #379
Comments
Any progress in that? |
Can you do a bit more to help us understand what is going on? Try running |
The file is attached in the first post, running h5dump gives: |
You must have an out of date version of HDF5, I get a different error. It has to do with Line 1401 in 68ff60c
If I change
I don't know much about reading compound types, so I don't know what else to try. |
I tested again in with version 0.8.1, now I am getting this Error:
Any ideas how this could be fixed? Thanks, Lukas |
Thats the first error I mentioned. There is a |
I get the same error for the files located at: |
I have a fix |
I tested your proposition and got several lines further, but with the original file (first post) I still get the error gggggggg mentioned earlier: `MethodError: no method matching unpad(::Array{UInt8,1}, ::Int64) in read_row(::Base.AbstractIOBuffer{Array{UInt8,1}}, ::Array{Type,1}, ::Array{UInt64,1}) at HDF5.jl:1350 ` Any hints? |
no, I also get stuck in that code path, see #426. But your error is different. |
Ok, I got it to work, at least in my case.
to
and it works now... I don't know exactly what was going on there, just tried to get the function signature right and it worked. Maybe someone with higher skill could fix this properly. |
see #393 |
Hi, I would like to read the timestamps of the attached file and get an "Not yet supported" error. Is there a way to just extract the column with the timestamp? Will this be supported in future?
Thanks, Lukas
example.h5.zip
The text was updated successfully, but these errors were encountered: