We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd11b51 commit a27062cCopy full SHA for a27062c
1 file changed
src/wristpy/processing/metrics.py
@@ -391,7 +391,7 @@ def upsample_temperature(
391
return temperature_interpolator(x_acceleration)
392
393
def cleanup_DETACH_nonwear(nonwear: models.Measurement) -> models.Measurement:
394
- """Helper function to downsample DETACH outptut to 60s."""
+ """Helper function to downsample DETACH output to 60s."""
395
nonwear_downsample = computations.moving_mean(nonwear, 60)
396
397
nonwear_downsample.measurements = np.where(
0 commit comments