We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f840500 + 3ed2938 commit e2fc707Copy full SHA for e2fc707
1 file changed
src/wristpy/processing/metrics.py
@@ -348,7 +348,8 @@ def combined_temp_accel_detect_nonwear(
348
lambda df: _compute_nonwear_value_per_axis(
349
df,
350
std_criteria,
351
- )
+ ),
352
+ returns_scalar=True,
353
)
354
355
.sum_horizontal()
@@ -501,7 +502,8 @@ def _compute_nonwear_value_array(
501
502
503
504
505
506
507
508
).sum_horizontal()
509
0 commit comments