childmindresearch / wristpy

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

Bug: Address mypy errors that are causing test to fail #75

Closed Asanto32 closed 1 month ago

Asanto32 commented 1 month ago

Description

Address the mypy errors that are causing the workflow python tests to fail.

Steps to Reproduce

Run the python test workflow action.

Expected Results

We should pass the mypy checks.

Actual Results

Currently failing with errors in calibration.py and test_models.py

Additional Notes

No response