MCPcopy Create free account
hub / github.com/numpy/numpy / test_ones

Method test_ones

numpy/core/tests/test_numeric.py:2760–2761  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2758 self.check_function(np.zeros)
2759
2760 def test_ones(self):
2761 self.check_function(np.ones)
2762
2763 def test_empty(self):
2764 self.check_function(np.empty)

Callers

nothing calls this directly

Calls 1

check_functionMethod · 0.95

Tested by

no test coverage detected