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

Method f

numpy/lib/tests/test_io.py:1955–1956  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1953
1954 kwargs = dict(delimiter=",", dtype=None, names=True)
1955 def f():
1956 return np.genfromtxt(mdata, invalid_raise=False, **kwargs)
1957 mtest = assert_warns(ConversionWarning, f)
1958 assert_equal(len(mtest), 45)
1959 assert_equal(mtest, np.ones(45, dtype=[(_, int) for _ in 'abcde']))

Callers 7

test_fMethod · 0.45
test_fMethod · 0.45
test_fMethod · 0.45
test_fMethod · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected