FutureWarning: Conversion of the second argument of issubdtype from float to np.floating is deprecated. In future, it will be treated as np.float64 == np.dtype(float).type.
Offending code is line 112 of internal.py
if not np.issubdtype(A.dtype, np.float):
Get this warning when running...
FutureWarning: Conversion of the second argument of issubdtype from
float
tonp.floating
is deprecated. In future, it will be treated asnp.float64 == np.dtype(float).type
.Offending code is line 112 of internal.py
if not np.issubdtype(A.dtype, np.float):