diff --git a/tests/test_operator.py b/tests/test_operator.py index bdac68db7d..39cfa93c0c 100644 --- a/tests/test_operator.py +++ b/tests/test_operator.py @@ -2018,4 +2018,3 @@ def test_indirection(self): assert np.all(f.data[0] == 0.) assert np.all(f.data[i] == 3. for i in range(1, 10)) -