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.
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 and np.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:
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: