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

Method test_zerod

numpy/core/tests/test_deprecations.py:393–395  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

391class TestNonZero(_DeprecationTestCase):
392 # 2019-05-26, 1.17.0
393 def test_zerod(self):
394 self.assert_deprecated(lambda: np.nonzero(np.array(0)))
395 self.assert_deprecated(lambda: np.nonzero(np.array(1)))
396
397
398class TestToString(_DeprecationTestCase):

Callers

nothing calls this directly

Calls 2

assert_deprecatedMethod · 0.80
nonzeroMethod · 0.80

Tested by

no test coverage detected