Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ test_1D
Method
test_1D
numpy/lib/tests/test_io.py:158–160 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
156
self.check_roundtrips(a)
157
158
def
test_1D(self):
159
a = np.array([1, 2, 3, 4], int)
160
self.roundtrip(a)
161
162
@pytest.mark.skipif(sys.platform ==
'win32'
, reason=
"Fails on Win32"
)
163
def
test_mmap(self):
Callers
nothing calls this directly
Calls
1
roundtrip
Method · 0.95
Tested by
no test coverage detected