diff --git a/test/test_numa_diff.py b/test/test_numa_diff.py index c85aa80ec92eb0185d30f96b478ae37043c0d7e0..0de08f5f616937604bc2c93581c5a8a1770164f4 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"