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

Method test_cast_from_void

numpy/core/tests/test_multiarray.py:1723–1724  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1721 assert_(v[()].astype(bool) is np.True_)
1722
1723 def test_cast_from_void(self):
1724 self._test_cast_from_flexible(np.void)
1725
1726 @pytest.mark.xfail(reason="See gh-9847")
1727 def test_cast_from_unicode(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected