JoelTrent / EllipseSampling.jl

Julia package for sampling and generating points on the boundary of an ellipse with methods for random, equally spaced and clustered points
https://joeltrent.github.io/EllipseSampling.jl/
MIT License
2 stars 0 forks source link

Improve test set code coverage. Note I believe code coverage thinks t… #8

Closed JoelTrent closed 1 year ago

JoelTrent commented 1 year ago

…he extended methods of the generate points functions and the calculate_ellipse_parameters functions are already covered, because they are run by SnoopPrecompile during the precompilation stage. Not 100% sure on this though