Skip to content

Commit e2fc707

Browse files
committed
Merge remote-tracking branch 'origin/main' into feature/issue-218/sphinx
2 parents f840500 + 3ed2938 commit e2fc707

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/wristpy/processing/metrics.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,8 @@ def combined_temp_accel_detect_nonwear(
348348
lambda df: _compute_nonwear_value_per_axis(
349349
df,
350350
std_criteria,
351-
)
351+
),
352+
returns_scalar=True,
352353
)
353354
)
354355
.sum_horizontal()
@@ -501,7 +502,8 @@ def _compute_nonwear_value_array(
501502
lambda df: _compute_nonwear_value_per_axis(
502503
df,
503504
std_criteria,
504-
)
505+
),
506+
returns_scalar=True,
505507
)
506508
).sum_horizontal()
507509

0 commit comments

Comments
 (0)