From 319f543f4d9b7e8b3afca206ad50f9397183e514 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Wed, 19 Feb 2014 15:01:00 -0600 Subject: [PATCH] Pyflakes fix in test_loopy --- test/test_loopy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_loopy.py b/test/test_loopy.py index 94bd89aca..a8b7ff74d 100644 --- a/test/test_loopy.py +++ b/test/test_loopy.py @@ -50,7 +50,7 @@ __all__ = [ def test_complicated_subst(ctx_factory): - ctx = ctx_factory() + #ctx = ctx_factory() knl = lp.make_kernel( "{[i]: 0<=i<n}", -- GitLab