(random_points, params_lmax)
| 31 | # verify_all(bad_convex_hull, bad_convex_hull_params) |
| 32 | |
| 33 | def test_random_points(random_points, params_lmax): |
| 34 | verify_all(random_points, params_lmax) |
| 35 | |
| 36 | def test_clusters(cluster_groups): |
| 37 | points = cluster_groups['points'] |
nothing calls this directly
no test coverage detected