(coeffs)
| 33 | |
| 34 | @pytest.mark.parametrize("coeffs", [[5], [0, 0, 0]]) |
| 35 | def test_real_roots_in_01_no_roots(coeffs): |
| 36 | assert len(_real_roots_in_01(coeffs)) == 0 |
| 37 | |
| 38 | |
| 39 | def test_split_bezier_with_large_values(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…