andreesteve / voronoice

A nice and fast way to construct 2D Voronoi Diagrams
MIT License
34 stars 9 forks source link

cargo bench -- Compare panics #1

Closed andreesteve closed 3 years ago

andreesteve commented 3 years ago
$ cargo bench -- Compare
Benchmarking Compare/voronoi/7: Warming up for 3.0000 sthread 'main' panicked at 'It seems that either 'a' (2) or 'b' (3) are not on the box's edge. Cannot link vertices not on the edge.', src/cell_builder.rs:413:17
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
andreesteve commented 3 years ago

Resolved with mourner/delaunator-rs/pull/13 A clean build after removing cargo.lock should pick up the new version of the dependency with the fix.