From 39feabf8451607a5310755a20e931ce6b0defed8 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 15 Jul 2015 10:46:09 -0500 Subject: [PATCH] Py3 stats fix --- loopy/statistics.py | 1 + 1 file changed, 1 insertion(+) diff --git a/loopy/statistics.py b/loopy/statistics.py index 2c87b6078..2e061ec6d 100755 --- a/loopy/statistics.py +++ b/loopy/statistics.py @@ -29,6 +29,7 @@ import warnings from islpy import dim_type import islpy as isl from pymbolic.mapper import CombineMapper +from functools import reduce class TypeToCountMap: -- GitLab