Exemple #1
0
def test_clusters(cluster_groups):
    points = cluster_groups['points']
    polylidar_kwargs = cluster_groups['polylidar_kwargs']
    verify_all(points, polylidar_kwargs)
Exemple #2
0
def test_random_points(random_points, params_lmax):
    verify_all(random_points, params_lmax)
Exemple #3
0
def test_hardcase1(hardcase1, hardcase1_params):
    verify_all(hardcase1, hardcase1_params)
Exemple #4
0
def test_bad_convex_hull(bad_convex_hull, bad_convex_hull_params):
    verify_all(bad_convex_hull, bad_convex_hull_params)
Exemple #5
0
def test_building2(building2, basic_params):
    verify_all(building2, basic_params)