jacobusmmsmit / DiscreteVoronoi.jl

Julia implementation of various algorithms for calculating discrete Voronoi diagrams.
MIT License
5 stars 1 forks source link

Refactor tests #2

Closed goerch closed 2 years ago

goerch commented 2 years ago

Moving tests to runtests.jl. Open: shouldn't we test with floating point sites, too?

goerch commented 2 years ago

Next step for me would be to refactor jdac_benchmark.jl (using PkgBenchmark.jl). Do you agree?