Open jGaboardi opened 1 year ago
We need to refactor utils.py since numpy<"1.7.1" no longer supported.
utils.py
numpy<"1.7.1"
NumpyVersion()
np_matrix_rank
Found this due to basestring being undefined.
basestring
We need to refactor
utils.py
sincenumpy<"1.7.1"
no longer supported.NumpyVersion()
np_matrix_rank
Found this due to
basestring
being undefined.