Skip to content

Commit

Permalink
minimum version compat
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Mar 22, 2024
1 parent 2660bd0 commit 4ba378f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polars_xdt/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ def ewma_by_time(
└────────┴────────────┴──────────┘
"""
times = parse_into_expr(times)
values = parse_into_expr(values)
half_life_us = (
int(half_life.total_seconds()) * 1_000_000 + half_life.microseconds
)
Expand Down

0 comments on commit 4ba378f

Please sign in to comment.