mad-lab-fau / gaitmap

The Gait and Movement Analysis Package
https://gaitmap.readthedocs.io
Other
38 stars 2 forks source link

HMM fix resampling state sequence, updated documentation for developers #62

Closed Aksei closed 4 months ago

Aksei commented 4 months ago

@AKuederle @HaMora The resampling of the state sequence for the HMM is now fixed, tests are adapted. Resampling is also tested for cases in which target_sample_rate is not a multiple of the Roth HMM sample rate. Can you please review the changes?

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.53%. Comparing base (0c022a9) to head (40f72d2).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #62 +/- ## ======================================= Coverage 91.53% 91.53% ======================================= Files 61 61 Lines 3283 3283 ======================================= Hits 3005 3005 Misses 278 278 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Aksei commented 4 months ago

@AKuederle I addressed all your comments. Can you check again?