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

Method test_nan

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

Source from the content-addressed store, hash-verified

5558 assert False, request.param
5559
5560 def test_nan(self, tmp_filename, decimal_sep_localization):
5561 self._check_from(
5562 b"nan +nan -nan NaN nan(foo) +NaN(BAR) -NAN(q_u_u_x_)",
5563 [np.nan, np.nan, np.nan, np.nan, np.nan, np.nan, np.nan],
5564 tmp_filename,
5565 sep=' ')
5566
5567 def test_inf(self, tmp_filename, decimal_sep_localization):
5568 self._check_from(

Callers

nothing calls this directly

Calls 1

_check_fromMethod · 0.95

Tested by

no test coverage detected