dado93 / pywearable

Python package for extraction, visualization, and analysis of physiological data collected through wearable sensors.
https://pywearable.readthedocs.io/en/latest/
MIT License
7 stars 1 forks source link

get_sleep_summary_graph first and last empty days #70

Closed dado93 closed 9 months ago

dado93 commented 9 months ago

When calling the pywearable.get_sleep_summary_graph function, if sleep data are missing from one of the days between start_date and end_date, but excluding start_date and end_date, then an empty entry is added. We need to have the same behavior also if sleep data of start_date or end_date is missing.

dado93 commented 9 months ago

Closed with a1c4ea0