Replies: 1 comment
-
|
Hi @Murdius |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'm trying to use https://github.com/LiorBanai/HDF5-CSharp/blob/main/HDF5-CSharp/Hdf5Dataset.cs#L300 to write a 2d string array. My code looks like:
But I'm getting an
ArgumentException: Object contains non-primitive or non-blittable data. (Parameter 'value')Is there some other way/trick to write a 2D string array into an HDF5 file?
Beta Was this translation helpful? Give feedback.
All reactions