diff trafficintelligence/indicators.py @ 1240:bb14f919d1cb

cleaned use of centile (np only) and added info in classify-objects
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 05 Feb 2024 14:14:14 -0500
parents 6baa915dd8bd
children 56d0195d043e
line wrap: on
line diff
--- a/trafficintelligence/indicators.py	Fri Oct 06 17:02:32 2023 -0400
+++ b/trafficintelligence/indicators.py	Mon Feb 05 14:14:14 2024 -0500
@@ -2,8 +2,7 @@
 '''Class for indicators, temporal indicators, and safety indicators'''
 
 from matplotlib.pyplot import plot, ylim
-from numpy import array, arange, mean, floor, mean
-from scipy import percentile
+from numpy import array, arange, mean, floor, mean, percentile
 
 from trafficintelligence import moving
 from trafficintelligence.utils import LCSS as utilsLCSS