summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortakanori-pskq <takanori17h@gmail.com>2020-07-15 10:24:18 +0900
committertakanori-pskq <takanori17h@gmail.com>2020-07-15 18:51:18 +0900
commit5100b22b24dffb3359832d5d2d79cd9fd582c075 (patch)
tree33673ed32277d77e3da85c8c8fe4abfe3ea166c0
parent0f7e8316be0523c0e08f746aaf3ad53aca0c01a8 (diff)
downloadnumpy-5100b22b24dffb3359832d5d2d79cd9fd582c075.tar.gz
Fixup: numpy/core/tests/test_numeric.py
-rw-r--r--numpy/core/tests/test_numeric.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/tests/test_numeric.py b/numpy/core/tests/test_numeric.py
index 2a87ffaf8..badf48b33 100644
--- a/numpy/core/tests/test_numeric.py
+++ b/numpy/core/tests/test_numeric.py
@@ -2521,7 +2521,7 @@ class TestCreationFuncs:
self.check_function(np.zeros)
def test_ones(self):
- self.check_function(np.zeros)
+ self.check_function(np.ones)
def test_empty(self):
self.check_function(np.empty)