File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments