(random_points, params_lmax)
| 9 | np.random.seed(1) |
| 10 | |
| 11 | def test_random_points(random_points, params_lmax): |
| 12 | verify_all(random_points, params_lmax) |
| 13 | |
| 14 | def test_clusters(cluster_groups): |
| 15 | points = cluster_groups['points'] |
nothing calls this directly
no test coverage detected