Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhmorris authored Dec 30, 2024
1 parent 2f8da43 commit 57a60c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyrenew/convolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def daily_to_weekly(
daily_values: ArrayLike,
input_data_first_dow: int = 0,
week_start_dow: int = 0,
):
) -> ArrayLike:
"""
Aggregate daily values (e.g.
incident hospital admissions) into weekly total values.
Expand Down Expand Up @@ -271,7 +271,7 @@ def daily_to_weekly(

def daily_to_mmwr_epiweekly(
daily_values: ArrayLike, input_data_first_dow: int = 0
):
) -> ArrayLike:
"""
Convert daily values to MMWR epidemiological weeks.
Expand Down

0 comments on commit 57a60c9

Please sign in to comment.