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

Method test_string

numpy/core/tests/test_multiarray.py:5588–5589  ·  view source on GitHub ↗
(self, tmp_filename)

Source from the content-addressed store, hash-verified

5586 dtype='<f4')
5587
5588 def test_string(self, tmp_filename):
5589 self._check_from(b'1,2,3,4', [1., 2., 3., 4.], tmp_filename, sep=',')
5590
5591 def test_counted_string(self, tmp_filename, decimal_sep_localization):
5592 self._check_from(

Callers

nothing calls this directly

Calls 1

_check_fromMethod · 0.95

Tested by

no test coverage detected