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