MCPcopy Create free account
hub / github.com/JeremyBYU/polylidar / test_random_points

Function test_random_points

tests/python/shape_test.py:33–34  ·  view source on GitHub ↗
(random_points, params_lmax)

Source from the content-addressed store, hash-verified

31# verify_all(bad_convex_hull, bad_convex_hull_params)
32
33def test_random_points(random_points, params_lmax):
34 verify_all(random_points, params_lmax)
35
36def test_clusters(cluster_groups):
37 points = cluster_groups['points']

Callers

nothing calls this directly

Calls 1

verify_allFunction · 0.90

Tested by

no test coverage detected