Skip to content

Commit 6dc7411

Browse files
committed
typing error.
1 parent 4067762 commit 6dc7411

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wristpy/processing/mims.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ def aggregate_mims(
694694

695695
def _aggregate_epoch(
696696
group: pl.DataFrame,
697-
epoch: int = 60,
697+
epoch: float = 60.0,
698698
sampling_rate: int = 100,
699699
*,
700700
rectify: bool = True,

0 commit comments

Comments
 (0)