()
| 208 | |
| 209 | |
| 210 | def test_identity(): |
| 211 | p = poly.Polynomial.identity(domain=[-1, 1], window=[5, 20], symbol='z') |
| 212 | assert_equal(p.symbol, 'z') |
| 213 | |
| 214 | |
| 215 | def test_basis(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…