From 70ed0f238156680efba9b4028810f3aed486357b Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Fri, 8 Aug 2008 04:33:45 +0000 Subject: ran reindent --- numpy/lib/tests/test_arraysetops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/tests/test_arraysetops.py') diff --git a/numpy/lib/tests/test_arraysetops.py b/numpy/lib/tests/test_arraysetops.py index 37a052861..474842c8a 100644 --- a/numpy/lib/tests/test_arraysetops.py +++ b/numpy/lib/tests/test_arraysetops.py @@ -16,7 +16,7 @@ class TestAso(TestCase): d, c = unique1d( a, True ) ed = np.array( [2, 3, 0, 1] ) - + assert_array_equal( d,ed ) assert_array_equal( c, ec ) -- cgit v1.2.1