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

Version 1.1.1-DEV #17

Closed JoelTrent closed 1 year ago

JoelTrent commented 1 year ago

Added new function for ellipse sampling generation_N_clustered_points with associated documentation.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.25 :tada:

Comparison is base (dc0e490) 98.90% compared to head (061d79e) 99.15%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #17 +/- ## ========================================== + Coverage 98.90% 99.15% +0.25% ========================================== Files 6 6 Lines 91 118 +27 ========================================== + Hits 90 117 +27 Misses 1 1 ``` | [Impacted Files](https://codecov.io/gh/JoelTrent/EllipseSampling.jl/pull/17?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/EllipseSampling.jl](https://codecov.io/gh/JoelTrent/EllipseSampling.jl/pull/17?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL0VsbGlwc2VTYW1wbGluZy5qbA==) | `100.00% <100.00%> (ø)` | | | [src/ellipse\_struct.jl](https://codecov.io/gh/JoelTrent/EllipseSampling.jl/pull/17?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2VsbGlwc2Vfc3RydWN0Lmps) | `100.00% <100.00%> (ø)` | | | [src/generate\_points.jl](https://codecov.io/gh/JoelTrent/EllipseSampling.jl/pull/17?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2dlbmVyYXRlX3BvaW50cy5qbA==) | `98.70% <100.00%> (+0.66%)` | :arrow_up: | | [src/matrix\_to\_parameters.jl](https://codecov.io/gh/JoelTrent/EllipseSampling.jl/pull/17?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL21hdHJpeF90b19wYXJhbWV0ZXJzLmps) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.