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

Small Bug Fixes #250

Closed teliason closed 2 years ago

teliason commented 2 years ago

Two small bug fixes,

First: Changed rotations data start parameter from 8 bit BYTE to 16bit WORD. Fixes issue when rotation datastart needs to have value greater than 255.

Second: Removed extra quotes from setup.py which created non valid paths when building.


This change is Reviewable

codecov[bot] commented 2 years ago

Codecov Report

Merging #250 (6ccd8bf) into dev (cff4944) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev     #250   +/-   ##
=======================================
  Coverage   96.67%   96.67%           
=======================================
  Files          30       30           
  Lines        5297     5297           
=======================================
  Hits         5121     5121           
  Misses        176      176           

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 cff4944...6ccd8bf. Read the comment docs.