# HG changeset patch # User Nicolas Saunier # Date 1531337384 14400 # Node ID c04550f957ab1c8720cf7a289022faf08417a0e3 # Parent a87b3072bd26c4518f7bdd457bfaa5aeb1b4da11 bug corrected diff -r a87b3072bd26 -r c04550f957ab trafficintelligence/utils.py --- 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