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

Function test_degree

numpy/polynomial/tests/test_classes.py:415–417  ·  view source on GitHub ↗
(Poly)

Source from the content-addressed store, hash-verified

413
414
415def test_degree(Poly):
416 p = Poly.basis(5)
417 assert_equal(p.degree(), 5)
418
419
420def test_copy(Poly):

Callers

nothing calls this directly

Calls 3

assert_equalFunction · 0.90
basisMethod · 0.80
degreeMethod · 0.80

Tested by

no test coverage detected