From c4b01c9fc013eff51518ce37917290606bdad4c4 Mon Sep 17 00:00:00 2001 From: Sebastian Berg Date: Sun, 22 Sep 2013 22:22:21 +0200 Subject: TST: wrong indent in multiarray tests --- numpy/core/tests/test_multiarray.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'numpy') diff --git a/numpy/core/tests/test_multiarray.py b/numpy/core/tests/test_multiarray.py index 77da5543d..33e3bdcab 100644 --- a/numpy/core/tests/test_multiarray.py +++ b/numpy/core/tests/test_multiarray.py @@ -3475,11 +3475,11 @@ class TestMapIter(TestCase): [ 104., 5., 6., 7.,], [ 8., 9., 40., 11.,]]) - b = arange(6).astype(float) - index = (array([1, 2, 0]),) - vals = [50, 4, 100.1] - test_inplace_increment(b, index, vals) - assert_equal(b, [ 100.1, 51., 6., 3., 4., 5. ]) + b = arange(6).astype(float) + index = (array([1, 2, 0]),) + vals = [50, 4, 100.1] + test_inplace_increment(b, index, vals) + assert_equal(b, [ 100.1, 51., 6., 3., 4., 5. ]) class PriorityNdarray(): -- cgit v1.2.1