Skip to content

Conversation

@niklas-gerl
Copy link

When saving a numpy array containing strings, we have to explicitly make sure that it is saved as dtype=str. Otherwise, when loading the array, numpy recognizes the array as dtype=obj and fails because allowpickle is False per default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants