MCPcopy
hub / github.com/numpy/numpy / f

Method f

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

Source from the content-addressed store, hash-verified

1971 kwargs = {"delimiter": ",", "dtype": None, "names": True}
1972
1973 def f():
1974 return np.genfromtxt(mdata, invalid_raise=False, **kwargs)
1975 mtest = pytest.warns(ConversionWarning, f)
1976 assert_equal(len(mtest), 45)
1977 assert_equal(mtest, np.ones(45, dtype=[(_, int) for _ in 'abcde']))

Callers 9

test_fMethod · 0.45
test_fMethod · 0.45
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