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

Function test_roundtrip_randsize

numpy/lib/tests/test_format.py:442–446  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

440
441
442def test_roundtrip_randsize():
443 for arr in basic_arrays + record_arrays:
444 if arr.dtype != object:
445 arr2 = roundtrip_randsize(arr)
446 assert_array_equal(arr, arr2)
447
448
449def test_roundtrip_truncated():

Callers

nothing calls this directly

Calls 2

assert_array_equalFunction · 0.90
roundtrip_randsizeFunction · 0.85

Tested by

no test coverage detected