childmindresearch / wristpy

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

Refactor readers.py for actfast 1.0 #46

Closed nx10 closed 2 months ago

nx10 commented 2 months ago

Search sensor tables for individual sensors. This allows wristpy to work with any actfast supported watch/format.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (8a6200b) to head (ba7dd3a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## adam_dev #46 +/- ## ========================================== Coverage 100.00% 100.00% ========================================== Files 4 4 Lines 132 100 -32 ========================================== - Hits 132 100 -32 ```

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

nx10 commented 2 months ago

You could probably also delete a bunch of these tests now, but I'll leave those decisions to you.