diff options
author | Ralf Gommers <ralf.gommers@googlemail.com> | 2011-12-13 23:24:47 +0100 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@googlemail.com> | 2011-12-13 23:27:00 +0100 |
commit | 37d723cb629e3e8cb4d9ed7b85702fbd6350818d (patch) | |
tree | 24be8bbdd927c6d52b5e8eec307e3dfa4f689afa /numpy/lib/tests/test_function_base.py | |
parent | e37a90c8bd1bf99f89b537ce47492095d6ae147c (diff) | |
download | numpy-37d723cb629e3e8cb4d9ed7b85702fbd6350818d.tar.gz |
MAINT: clean up docstring and some minor items in meshgrid. Remove ndgrid.
Diffstat (limited to 'numpy/lib/tests/test_function_base.py')
-rw-r--r-- | numpy/lib/tests/test_function_base.py | 2 |
1 files changed, 0 insertions, 2 deletions
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 |