dfki-ric / pytransform3d

3D transformations for Python.
https://dfki-ric.github.io/pytransform3d/
Other
631 stars 68 forks source link

[MRG] Dual quaternion ScLERP #119

Closed AlexanderFabisch closed 3 years ago

AlexanderFabisch commented 3 years ago

TODO

codecov-commenter commented 3 years ago

Codecov Report

Merging #119 (b9a10a1) into master (1708d44) will decrease coverage by 0.14%. The diff coverage is 94.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #119      +/-   ##
==========================================
- Coverage   99.43%   99.28%   -0.15%     
==========================================
  Files          15       15              
  Lines        4080     4210     +130     
  Branches      308      313       +5     
==========================================
+ Hits         4057     4180     +123     
- Misses         14       21       +7     
  Partials        9        9              
Impacted Files Coverage Δ
pytransform3d/transformations.py 98.42% <90.78%> (-1.58%) :arrow_down:
pytransform3d/rotations.py 100.00% <100.00%> (ø)
pytransform3d/test/test_transformations.py 99.60% <100.00%> (+0.04%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1708d44...b9a10a1. Read the comment docs.