MCPcopy Index your code
hub / github.com/numpy/numpy / test_identity

Function test_identity

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

Source from the content-addressed store, hash-verified

208
209
210def test_identity():
211 p = poly.Polynomial.identity(domain=[-1, 1], window=[5, 20], symbol='z')
212 assert_equal(p.symbol, 'z')
213
214
215def test_basis():

Callers

nothing calls this directly

Calls 2

assert_equalFunction · 0.90
identityMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…