From 37d723cb629e3e8cb4d9ed7b85702fbd6350818d Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Tue, 13 Dec 2011 23:24:47 +0100 Subject: MAINT: clean up docstring and some minor items in meshgrid. Remove ndgrid. --- numpy/lib/tests/test_function_base.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'numpy/lib/tests/test_function_base.py') diff --git a/numpy/lib/tests/test_function_base.py b/numpy/lib/tests/test_function_base.py index af85be326..83532e70d 100644 --- a/numpy/lib/tests/test_function_base.py +++ b/numpy/lib/tests/test_function_base.py @@ -1043,8 +1043,6 @@ class TestMeshgrid(TestCase): [7]]))) - - class TestPiecewise(TestCase): def test_simple(self): # Condition is single bool list -- cgit v1.2.1