dfki-ric / pytransform3d

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

[MRG] Type stubs for static type checking with mypy #128

Closed AlexanderFabisch closed 3 years ago

AlexanderFabisch commented 3 years ago

TODO

codecov-commenter commented 3 years ago

Codecov Report

Merging #128 (2af2795) into master (4642ce7) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #128   +/-   ##
=======================================
  Coverage   99.48%   99.48%           
=======================================
  Files          27       27           
  Lines        4286     4286           
  Branches      317      317           
=======================================
  Hits         4264     4264           
  Misses         13       13           
  Partials        9        9           
Impacted Files Coverage Δ
pytransform3d/test/test_batch_rotations.py 100.00% <100.00%> (ø)
pytransform3d/test/test_rotations.py 100.00% <100.00%> (ø)
pytransform3d/test/test_trajectories.py 98.79% <100.00%> (ø)
pytransform3d/test/test_transformations.py 99.63% <100.00%> (-0.01%) :arrow_down:
pytransform3d/transform_manager.py 99.09% <100.00%> (ø)
pytransform3d/urdf.py 100.00% <100.00%> (ø)

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 4642ce7...2af2795. Read the comment docs.