diff trafficintelligence/indicators.py @ 1112:956a66096e91

removed code now available in simulation project, and issue with deprecated find function in matplotlib
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 05 Jun 2019 13:12:10 -0400
parents b1ba6d44fcb9
children 6baa915dd8bd
line wrap: on
line diff
--- a/trafficintelligence/indicators.py	Mon May 06 17:13:13 2019 -0400
+++ b/trafficintelligence/indicators.py	Wed Jun 05 13:12:10 2019 -0400
@@ -2,7 +2,6 @@
 '''Class for indicators, temporal indicators, and safety indicators'''
 
 from matplotlib.pyplot import plot, ylim
-from matplotlib.pylab import find
 from numpy import array, arange, mean, floor, mean
 from scipy import percentile