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