Skip to content

Commit a27062c

Browse files
committed
Update metrics.py
1 parent bd11b51 commit a27062c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wristpy/processing/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def upsample_temperature(
391391
return temperature_interpolator(x_acceleration)
392392

393393
def cleanup_DETACH_nonwear(nonwear: models.Measurement) -> models.Measurement:
394-
"""Helper function to downsample DETACH outptut to 60s."""
394+
"""Helper function to downsample DETACH output to 60s."""
395395
nonwear_downsample = computations.moving_mean(nonwear, 60)
396396

397397
nonwear_downsample.measurements = np.where(

0 commit comments

Comments
 (0)