Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ test_max_dims
Method
test_max_dims
numpy/core/tests/test_multiarray.py:8176–8178 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
8174
memoryview(arr)
8175
8176
def
test_max_dims(self):
8177
a = np.ones((1,) * 32)
8178
self._check_roundtrip(a)
8179
8180
@pytest.mark.slow
8181
def
test_error_too_many_dims(self):
Callers
nothing calls this directly
Calls
1
_check_roundtrip
Method · 0.95
Tested by
no test coverage detected