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
-
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