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

Method test_long_sep

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

Source from the content-addressed store, hash-verified

5617 b'1.234 1,234', [1.234, 1.], tmp_filename, sep=' ')
5618
5619 def test_long_sep(self, tmp_filename):
5620 self._check_from(
5621 b'1_x_3_x_4_x_5', [1, 3, 4, 5], tmp_filename, sep='_x_')
5622
5623 def test_dtype(self, tmp_filename):
5624 v = np.array([1, 2, 3, 4], dtype=np.int_)

Callers

nothing calls this directly

Calls 1

_check_fromMethod · 0.95

Tested by

no test coverage detected