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
This is a duplicate of #434 (or rather the other way around). Since this one fell through the cracks whereas #434 has a lively discussion I'll close this one.
Consider the following example:
The power operation with an integer array and a scalar works:
But with two integer arrays I get a (wrong) error message:
While power with 2 float arrays works fine:
It could be that
array ** array
isn't implemented for integer arrays, but then the error message is a bit confusing.I am using numexpr 2.7.3 on Linux (Ubuntu), installed from conda-forge.
The text was updated successfully, but these errors were encountered: