def test_clusters(cluster_groups): points = cluster_groups['points'] polylidar_kwargs = cluster_groups['polylidar_kwargs'] verify_all(points, polylidar_kwargs)
def test_random_points(random_points, params_lmax): verify_all(random_points, params_lmax)
def test_hardcase1(hardcase1, hardcase1_params): verify_all(hardcase1, hardcase1_params)
def test_bad_convex_hull(bad_convex_hull, bad_convex_hull_params): verify_all(bad_convex_hull, bad_convex_hull_params)
def test_building2(building2, basic_params): verify_all(building2, basic_params)