fixes
This commit is contained in:
parent
1af28b4399
commit
7d11e0033e
2 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@ use xenobalanus::Xenobalanus;
|
|||
#[test]
|
||||
fn threed() {
|
||||
let mut geodesic = Xenobalanus::new();
|
||||
geodesic.random_points_3d((0.0, 0.0), 1.0, 1000);
|
||||
geodesic.random_points_3d((0.0, 0.0, 0.0), 1.0, 1000);
|
||||
geodesic.delaunay_3d();
|
||||
geodesic.preprocess_3d();
|
||||
let attractors = geodesic.dtscan(5, 0.085);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue