pyomeca / ezc3d

Easy to use C3D reader/writer for C++, Python and Matlab
https://pyomeca.github.io/Documentation/ezc3d/index.html
MIT License
142 stars 44 forks source link

FIxed path when importing ezc3d #248

Closed pariterre closed 2 years ago

pariterre commented 2 years ago

This change is Reviewable

codecov[bot] commented 2 years ago

Codecov Report

Merging #248 (fb3b07e) into Stable (aaa0624) will decrease coverage by 1.18%. The diff coverage is 89.28%.

@@            Coverage Diff             @@
##           Stable     #248      +/-   ##
==========================================
- Coverage   97.86%   96.67%   -1.19%     
==========================================
  Files          22       30       +8     
  Lines        4725     5297     +572     
==========================================
+ Hits         4624     5121     +497     
- Misses        101      176      +75     
Impacted Files Coverage Δ
include/ezc3d/ezc3d.h 100.00% <ø> (ø)
src/math/Matrix33.cpp 100.00% <ø> (ø)
src/math/Matrix66.cpp 100.00% <ø> (ø)
src/modules/ForcePlatforms.cpp 89.15% <ø> (ø)
test/test_modules.cpp 100.00% <ø> (ø)
src/Parameters.cpp 90.02% <39.47%> (-6.11%) :arrow_down:
src/RotationsSubframe.cpp 62.50% <62.50%> (ø)
src/Rotations.cpp 65.11% <65.11%> (ø)
src/RotationsInfo.cpp 82.75% <82.75%> (ø)
src/Parameter.cpp 96.05% <85.71%> (-0.32%) :arrow_down:
... and 22 more

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 aaa0624...fb3b07e. Read the comment docs.