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
It's an ordering issue when creating the bindings; because the scalar version is registered first, it is used. I guess previously, auto-coercion would happen from the single element array, to a scalar (since this came first), where we would change it back into a vector...
With numpy 1.25 and libsonata 0.1.21, this code causes a DeprecationWarning:
Result:
While these calls don't cause any warning:
The text was updated successfully, but these errors were encountered: