changeset 1060:c04550f957ab

bug corrected
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 11 Jul 2018 15:29:44 -0400
parents a87b3072bd26
children 671426ce0f3e
files trafficintelligence/utils.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/trafficintelligence/utils.py	Wed Jul 11 01:48:42 2018 -0400
+++ b/trafficintelligence/utils.py	Wed Jul 11 15:29:44 2018 -0400
@@ -604,7 +604,7 @@
             for c in centiles:
                 headers.append('{}{}'.format(method,c))
         else:
-            aggFunctions[method] = utils.aggregationFunction(method)
+            aggFunctions[method] = aggregationFunction(method)
             headers.append(method)
     return aggFunctions, headers