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

Method test_inf_items

numpy/testing/tests/test_utils.py:308–311  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

306 self._test_not_equal(np.nan, 1)
307
308 def test_inf_items(self):
309 self._assert_func(np.inf, np.inf)
310 self._assert_func([np.inf], [np.inf])
311 self._test_not_equal(np.inf, [np.inf])
312
313 def test_datetime(self):
314 self._test_equal(

Callers

nothing calls this directly

Calls 1

_test_not_equalMethod · 0.80

Tested by

no test coverage detected