Open imcslatte opened 5 years ago
matplotlib.mlab.find has been removed in Matplotlib version 3.1.1. Causing a failure in tracpy_class.py.
Eli Hunter Rutgers University
Adding the below function 'find', as defined previously in Matplotlib in to the tools.py will help.
def find(condition): res, = np.nonzero(np.ravel(condition)) return res
matplotlib.mlab.find has been removed in Matplotlib version 3.1.1. Causing a failure in tracpy_class.py.
Eli Hunter Rutgers University