Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
def
test_fromstring_missing():
137
with
assert_warns(DeprecationWarning):
138
assert_equal(np.fromstring(
"1xx3x4x5x6"
, sep=
"x"
),
139
np.array([1]))
140
141
142
class
TestFileBased:
Callers
nothing calls this directly
Calls
3
assert_warns
Function · 0.90
assert_equal
Function · 0.90
fromstring
Method · 0.80
Tested by
no test coverage detected