From b4ccab8482a2f3b5669b8f6291e83f0ae618d683 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Wed, 30 Nov 2016 16:20:43 -0600 Subject: [PATCH] Flake8 fixes --- test/test_numa_diff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_numa_diff.py b/test/test_numa_diff.py index c85aa80ec..0de08f5f6 100644 --- a/test/test_numa_diff.py +++ b/test/test_numa_diff.py @@ -46,7 +46,7 @@ __all__ = [ @pytest.mark.parametrize("Nq", [7]) @pytest.mark.parametrize("ilp_multiple", [1, 2]) @pytest.mark.parametrize("opt_level", [11]) -def test_gnuma_horiz_kernel(ctx_factory, ilp_multiple, Nq, opt_level): +def test_gnuma_horiz_kernel(ctx_factory, ilp_multiple, Nq, opt_level): # noqa ctx = ctx_factory() filename = "strongVolumeKernels.f90" -- GitLab