Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ test_basis
Function
test_basis
numpy/polynomial/tests/test_symbol.py:214–216 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
212
213
214
def
test_basis():
215
p = poly.Polynomial.basis(3, symbol=
'z'
)
216
assert_equal(p.symbol,
'z'
)
Callers
nothing calls this directly
Calls
2
assert_equal
Function · 0.90
basis
Method · 0.80
Tested by
no test coverage detected