MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / test_real_roots_in_01_no_roots

Function test_real_roots_in_01_no_roots

lib/matplotlib/tests/test_bezier.py:35–36  ·  view source on GitHub ↗
(coeffs)

Source from the content-addressed store, hash-verified

33
34@pytest.mark.parametrize("coeffs", [[5], [0, 0, 0]])
35def test_real_roots_in_01_no_roots(coeffs):
36 assert len(_real_roots_in_01(coeffs)) == 0
37
38
39def test_split_bezier_with_large_values():

Callers

nothing calls this directly

Calls 1

_real_roots_in_01Function · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…