Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ test_1D
Method
test_1D
numpy/lib/tests/test_io.py:167–169 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
165
self.check_roundtrips(a)
166
167
def
test_1D(self):
168
a = np.array([1, 2, 3, 4], int)
169
self.roundtrip(a)
170
171
@pytest.mark.skipif(sys.platform ==
'win32'
, reason=
"Fails on Win32"
)
172
def
test_mmap(self):
Callers
nothing calls this directly
Calls
1
roundtrip
Method · 0.95
Tested by
no test coverage detected