Skip to content

Commit

Permalink
doc string edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
frey-perez committed Sep 3, 2024
1 parent a8d069b commit f3e6c10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/wristpy/processing/analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@ def remove_nonwear_from_sleep(
A List of the filtered sleep windows.
"""
logger.debug(
"Finding non-wear periods within %s sleep windows.", len(sleep_windows)
"Finding non-wear periods that overlap with any of the %s sleep windows.",
len(sleep_windows),
)
nonwear_periods = _find_periods(non_wear_array)

Expand Down

0 comments on commit f3e6c10

Please sign in to comment.