MCPcopy Create free account
hub / github.com/numpy/numpy / test_basis

Function test_basis

numpy/polynomial/tests/test_symbol.py:215–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213
214
215def test_basis():
216 p = poly.Polynomial.basis(3, symbol='z')
217 assert_equal(p.symbol, 'z')

Callers

nothing calls this directly

Calls 2

assert_equalFunction · 0.90
basisMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…