Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on Statistics and src/mean.jl #255

Merged
merged 2 commits into from
Apr 12, 2023

Conversation

hyrodium
Copy link
Collaborator

mean_rotation should be implemented in the future (#178), but it does not imply adding methods to Statistics.mean.
This PR removes the unnecessary dependency on Statistics.jl and remove src/mean.jl for now.

@codecov
Copy link

codecov bot commented Apr 11, 2023

Codecov Report

Merging #255 (afb44ae) into master (2f9be71) will increase coverage by 0.69%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #255      +/-   ##
==========================================
+ Coverage   88.82%   89.51%   +0.69%     
==========================================
  Files          16       15       -1     
  Lines        1602     1593       -9     
==========================================
+ Hits         1423     1426       +3     
+ Misses        179      167      -12     
Impacted Files Coverage Δ
src/euler_types.jl 92.27% <100.00%> (+0.01%) ⬆️
src/unitquaternion.jl 97.56% <100.00%> (+0.02%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@juliohm
Copy link
Member

juliohm commented Apr 12, 2023

Thank you for the improvement @hyrodium 🙏🏽

@hyrodium hyrodium merged commit d56bc26 into JuliaGeometry:master Apr 12, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants