From d1df544477c2073c44db1dfc31dc9a5a14fc31e1 Mon Sep 17 00:00:00 2001
From: jdsteve2 <jdsteve2@illinois.edu>
Date: Wed, 24 Jan 2018 16:50:01 -0600
Subject: [PATCH] fixed flake8 issue

---
 test/test_statistics.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_statistics.py b/test/test_statistics.py
index 7d1b6df0d..25ae3b2da 100644
--- a/test/test_statistics.py
+++ b/test/test_statistics.py
@@ -991,7 +991,7 @@ def test_summations_and_filters():
                           ].eval_with_dict(params)
 
     # uniform: (count-per-sub-group)*n_groups*subgroups_per_group
-    assert f32lall== (3*n*m*ell)*n_groups*subgroups_per_group
+    assert f32lall == (3*n*m*ell)*n_groups*subgroups_per_group
     assert f64lall == (2*n*m)*n_groups*subgroups_per_group
 
     op_map = lp.get_op_map(knl, count_redundant_work=True)
-- 
GitLab