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

Method test_inf

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

Source from the content-addressed store, hash-verified

5565 sep=' ')
5566
5567 def test_inf(self, tmp_filename, decimal_sep_localization):
5568 self._check_from(
5569 b"inf +inf -inf infinity -Infinity iNfInItY -inF",
5570 [np.inf, np.inf, -np.inf, np.inf, -np.inf, np.inf, -np.inf],
5571 tmp_filename,
5572 sep=' ')
5573
5574 def test_numbers(self, tmp_filename, decimal_sep_localization):
5575 self._check_from(

Callers

nothing calls this directly

Calls 1

_check_fromMethod · 0.95

Tested by

no test coverage detected