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

Method test_version1_float32

numpy/core/tests/test_multiarray.py:4353–4357  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4351 assert_equal(a, p)
4352
4353 def test_version1_float32(self):
4354 s = b'\x80\x02cnumpy.core._internal\n_reconstruct\nq\x01cnumpy\nndarray\nq\x02K\x00\x85U\x01b\x87Rq\x03(K\x01K\x04\x85cnumpy\ndtype\nq\x04U\x02f4K\x00K\x01\x87Rq\x05(K\x01U\x01<NNJ\xff\xff\xff\xffJ\xff\xff\xff\xfftb\x89U\x10\x00\x00\x80?\x00\x00\x00@\x00\x00@@\x00\x00\x80@tb.'
4355 a = np.array([1.0, 2.0, 3.0, 4.0], dtype=np.float32)
4356 p = self._loads(s)
4357 assert_equal(a, p)
4358
4359 def test_version1_object(self):
4360 s = b'\x80\x02cnumpy.core._internal\n_reconstruct\nq\x01cnumpy\nndarray\nq\x02K\x00\x85U\x01b\x87Rq\x03(K\x01K\x02\x85cnumpy\ndtype\nq\x04U\x02O8K\x00K\x01\x87Rq\x05(K\x01U\x01|NNJ\xff\xff\xff\xffJ\xff\xff\xff\xfftb\x89]q\x06(}q\x07U\x01aK\x01s}q\x08U\x01bK\x02setb.'

Callers

nothing calls this directly

Calls 2

_loadsMethod · 0.95
assert_equalFunction · 0.90

Tested by

no test coverage detected