-
Notifications
You must be signed in to change notification settings - Fork 12
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
smart_merge fails with NumpyArray #87
Comments
got around my immediate problem by switching from NumpyArray to List. |
can you remove the missing and try it again? |
I tried to reproduce the issue with this
but couldn't... perhaps you can find a reduced complexity example for us to help figure out what is going wrong? |
This works:
output:
This throws the error:
output:
|
here's the working version with List:
output:
|
removing the |
another, simpler way to reproduce the error:
|
I'm getting an error on validation when I've added a NumpyArray to an existing schema.
my schema has this new entry:
argschema/argschema/utils.py
Line 210 in 2874549
The text was updated successfully, but these errors were encountered: