-
Notifications
You must be signed in to change notification settings - Fork 15
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
Allow Append After Write: Expose max_dims #233
Comments
Thanks for the issue! Looks a bit like a bug / not-implemented to me. As a work-around you can replace your initial HDFile.append(1, ctdouble, 7, "param_data", p_sav.data()); to create the data set. The reason might be that we allocate for performance reasons a That said, be aware of the limitations of CCing @f-schmitt-zih |
Okay thank you very much, it's no problem at all the workaround does the job as well! |
Ok, glad that helps! I will leave it open for future improvements but I guess that would need an API change in the write API. |
I'm trying testwise to append a value to a Dataset written by SerialDataCollector using the following:
Using this gives me the following error:
The writing worked fine, but the appending doesn't, did I just misinterpret the docs or could this be a bug?
Already thanks in advance ;)
The text was updated successfully, but these errors were encountered: