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

Method test_array_object

numpy/lib/tests/test_io.py:151–156  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

149 self.check_roundtrips(a)
150
151 def test_array_object(self):
152 a = np.array([], object)
153 self.check_roundtrips(a)
154
155 a = np.array([[1, 2], [3, 4]], object)
156 self.check_roundtrips(a)
157
158 def test_1D(self):
159 a = np.array([1, 2, 3, 4], int)

Callers

nothing calls this directly

Calls 1

check_roundtripsMethod · 0.95

Tested by

no test coverage detected