You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell from this section in xnpy.hpp, only primitive types are supported. Using python to construct an array of strings and attempting to ingest it hits the invalid typestring error. Are there particular gotchas with supporting variable length strings?
The text was updated successfully, but these errors were encountered:
As far as I can tell from this section in
xnpy.hpp
, only primitive types are supported. Using python to construct an array of strings and attempting to ingest it hits theinvalid typestring
error. Are there particular gotchas with supporting variable length strings?The text was updated successfully, but these errors were encountered: