summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDCtheTall <dylancutler@google.com>2021-03-31 17:12:37 -0400
committerDCtheTall <dylancutler@google.com>2021-03-31 17:12:37 -0400
commit2a880214c0ffb9c21b12ab51fbb364d71aa17cd1 (patch)
treeca032e787fe341f6039201dd71a9b2331f63b05e
parent3cdb33f02298c3544f7a3bc312c42422a2a7b971 (diff)
downloadnumpy-2a880214c0ffb9c21b12ab51fbb364d71aa17cd1.tar.gz
rm comment
-rw-r--r--numpy/lib/tests/test_function_base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/tests/test_function_base.py b/numpy/lib/tests/test_function_base.py
index 4201afac3..8dcbaa034 100644
--- a/numpy/lib/tests/test_function_base.py
+++ b/numpy/lib/tests/test_function_base.py
@@ -2219,7 +2219,6 @@ class TestMsort:
[0.64864341, 0.79115165, 0.96098397]]))
-# Run test using: python3 runtests.py -t numpy.lib.tests.test_function_base
class TestMeshgrid:
def test_simple(self):