Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ test_array_float32
Method
test_array_float32
numpy/core/tests/test_multiarray.py:8996–8997 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
8994
self.check_array(np.int64)
8995
8996
def
test_array_float32(self):
8997
self.check_array(np.float32)
8998
8999
def
test_array_float64(self):
9000
self.check_array(np.float64)
Callers
nothing calls this directly
Calls
1
check_array
Method · 0.95
Tested by
no test coverage detected