From f05562f456e28d00673e351d145397a5a1923000 Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Sat, 26 Jan 2019 18:12:49 -0600 Subject: [PATCH] Long line --- test/test_array.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_array.py b/test/test_array.py index 811969a6..02e43e24 100644 --- a/test/test_array.py +++ b/test/test_array.py @@ -1072,7 +1072,7 @@ def test_skip_slicing(ctx_factory): a = cl_array.to_device(queue, a_host) b = a[::3] assert b.shape == b_host.shape - assert np.array_equal(b[1].get(), b_host[1]) # pylint:disable=unsubscriptable-object + assert np.array_equal(b[1].get(), b_host[1]) # noqa pylint:disable=unsubscriptable-object def test_transpose(ctx_factory): -- GitLab