Regression on numpy 1.10 #24
Closed
Labels
Comments
See also numpy/numpy#6464 |
richardotis
added a commit
that referenced
this issue
Oct 17, 2015
Fixed in 0.2.2. Please reopen if you find a case which was missed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like some stricter type casting conversion rules for ufuncs in numpy 1.10 has broken a whole bunch of code which uses
np.linalg.solve
andnp.einsum
. Some objects which I thought were of dtype float were apparently actually generic objects getting implicitly converted. It will take some time to fix.The text was updated successfully, but these errors were encountered: