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

Function test_fromstring_missing

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

Source from the content-addressed store, hash-verified

134
135
136def test_fromstring_missing():
137 with assert_warns(DeprecationWarning):
138 assert_equal(np.fromstring("1xx3x4x5x6", sep="x"),
139 np.array([1]))
140
141
142class TestFileBased:

Callers

nothing calls this directly

Calls 3

assert_warnsFunction · 0.90
assert_equalFunction · 0.90
fromstringMethod · 0.80

Tested by

no test coverage detected