Skip to content

Commit 8989e6d

Browse files
committed
Update metrics.py
Ruff line length
1 parent 4526268 commit 8989e6d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/wristpy/processing/metrics.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def combined_temp_accel_detect_nonwear(
296296
"non-wear", here denoted by 0 and 1, respectively.
297297
298298
Args:
299-
acceleration: The Measurement instance that contains the calibrated acceleration.
299+
acceleration: The Measurement instance that contains calibrated acceleration.
300300
temperature: The Measurement instance that contains the temperature data.
301301
std_criteria: Threshold criteria for standard deviation.
302302
temperature_threshold: The temperature threshold for non-wear detection.
@@ -363,7 +363,7 @@ def detach_nonwear(
363363
The nonwear array is downsampled to 60 second resolution.
364364
365365
Args:
366-
acceleration: The Measurement instance that contains the calibrated acceleration.
366+
acceleration: The Measurement instance that contains calibrated acceleration.
367367
temperature: The Measurement instance that contains the temperature data.
368368
std_criteria: The acceleration STD threshold for non-wear detection.
369369
@@ -425,7 +425,7 @@ def _group_acceleration_data_by_time(
425425
"""Helper function to group the acceleration data by short windows.
426426
427427
Args:
428-
acceleration: The Measurement instance that contains the calibrated acceleration.
428+
acceleration: The Measurement instance that contains calibrated acceleration.
429429
window_length: The window size, in seconds.
430430
431431
Returns:

0 commit comments

Comments
 (0)