Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ test_complex
Method
test_complex
numpy/core/tests/test_scalar_ctors.py:115–116 ·
view source on GitHub ↗
(self, t1, t2)
Source
from the content-addressed store, hash-verified
113
@pytest.mark.parametrize(
't1'
, cfloat_types)
114
@pytest.mark.parametrize(
't2'
, cfloat_types + [None])
115
def
test_complex(self, t1, t2):
116
return
self._do_test(t1, t2)
117
118
119
@pytest.mark.parametrize(
"length"
,
Callers
nothing calls this directly
Calls
1
_do_test
Method · 0.95
Tested by
no test coverage detected