-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic conversion of metadata to np.str_ #534
Comments
Hi @JuliaSprenger i am not convinced that this error is related to the changes to the string handling introduced with 1.5.2. |
Hi @jgrewe Yes, you are right, it seems this was only the tip of the iceberg. The bottom is related to the change of dtypes for metadata. Here is an extended example based on what is happening on the neo side. I can fix this on the neo side, but maybe it would be worth preventing errors like this also for other applications?
|
@JuliaSprenger I hope the fix in pull request #536 solves the failing tests in neo, would be glad, if you could try it. |
Since b3c21c3 (version 1.5.2) blocks can no longer take names of type
np.str_
. This causes an issue in neo, where the name of a nix object is stored as a numpy str_ array.A minimal failing example is
with the error traceback:
See also NeuralEnsemble/python-neo#1063
The text was updated successfully, but these errors were encountered: