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

Method test_array_likes

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

Source from the content-addressed store, hash-verified

59 self._test_equal(a, 1)
60
61 def test_array_likes(self):
62 self._test_equal([1, 2, 3], (1, 2, 3))
63
64
65class TestArrayEqual(_GenericTest):

Callers

nothing calls this directly

Calls 1

_test_equalMethod · 0.95

Tested by

no test coverage detected