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

Method test_cast_from_unicode

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

Source from the content-addressed store, hash-verified

1725
1726 @pytest.mark.xfail(reason="See gh-9847")
1727 def test_cast_from_unicode(self):
1728 self._test_cast_from_flexible(np.str_)
1729
1730 @pytest.mark.xfail(reason="See gh-9847")
1731 def test_cast_from_bytes(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected