JuliaGeometry / Rotations.jl

Julia implementations for different rotation parameterizations
https://juliageometry.github.io/Rotations.jl
MIT License
176 stars 44 forks source link

fix bounds error reporting #250

Closed sjkelly closed 1 year ago

sjkelly commented 1 year ago

and add tests

codecov[bot] commented 1 year ago

Codecov Report

Merging #250 (b722a80) into master (88fb790) will increase coverage by 0.13%. The diff coverage is 100.00%.

:exclamation: Current head b722a80 differs from pull request most recent head c9c6d15. Consider uploading reports for the commit c9c6d15 to get more accurate results

@@            Coverage Diff             @@
##           master     #250      +/-   ##
==========================================
+ Coverage   88.69%   88.82%   +0.13%     
==========================================
  Files          16       16              
  Lines        1601     1602       +1     
==========================================
+ Hits         1420     1423       +3     
+ Misses        181      179       -2     
Impacted Files Coverage Δ
src/core_types.jl 95.71% <100.00%> (+0.03%) :arrow_up:
src/unitquaternion.jl 97.53% <100.00%> (+0.98%) :arrow_up:

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