Replies: 1 comment 1 reply
-
The way of doing it with core HighFive is:
There's an example here: and a long-winded explanation: You can trick it with something like:
Edit: fixed the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Luc,
Thanks again for maintaining the great tool!
I have been using
highfive v2.10.0
to record (large) arrays of scalars. They way I used to create extendable 1D datasets is this:I was able to effectively write data to the file and then load it using something like this:
After switching to a more recent version
v3.0.0
the same line produces an exception:Which is understandable in a way. Would you please recommend the correct way of creating / or loading 1D arrays in
v3.0.0
?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions