childmindresearch / wristpy

https://childmindresearch.github.io/wristpy/
GNU Lesser General Public License v2.1
2 stars 1 forks source link

Implements eucleidean_norm metric calculation #24

Closed frey-perez closed 3 months ago

frey-perez commented 3 months ago

This PR implements the changes in Task #22 Implement eucleidean_norm in metrics.py. It creates the metrics.py module, and it's first function euclidean_norm, in addition to the associated unit tests. Dependencies were updated as needed.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (4f4daed) to head (7f4d5e3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #24 +/- ## ============================================= Coverage 100.00% 100.00% ============================================= Files 2 3 +1 Lines 88 94 +6 ============================================= + Hits 88 94 +6 ```

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