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

Function test_fromstring_empty

numpy/core/tests/test_longdouble.py:130–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128
129
130def test_fromstring_empty():
131 with assert_warns(DeprecationWarning):
132 assert_equal(np.fromstring("xxxxx", sep="x"),
133 np.array([]))
134
135
136def test_fromstring_missing():

Callers

nothing calls this directly

Calls 3

assert_warnsFunction · 0.90
assert_equalFunction · 0.90
fromstringMethod · 0.80

Tested by

no test coverage detected