(cluster_groups)
| 12 | verify_all(random_points, params_lmax) |
| 13 | |
| 14 | def test_clusters(cluster_groups): |
| 15 | points = cluster_groups['points'] |
| 16 | polylidar_kwargs = cluster_groups['polylidar_kwargs'] |
| 17 | verify_all(points, polylidar_kwargs) |
| 18 | |
| 19 |
nothing calls this directly
no test coverage detected