Skip to content

Commit

Permalink
Update pyrenew_hew_model.py to reflect breaking change in `daily_to_m…
Browse files Browse the repository at this point in the history
…mwr_epiweekly` module location (#367)

* Update pyrenew_hew_model.py

* pre-commit

---------

Co-authored-by: Damon Bayer <damon@damonbayer.com>
  • Loading branch information
dylanhmorris and damonbayer authored Mar 3, 2025
1 parent 2f0de0e commit 0b718e4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyrenew_hew/pyrenew_hew_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
from jax.typing import ArrayLike
from numpyro.infer.reparam import LocScaleReparam
from pyrenew.arrayutils import tile_until_n
from pyrenew.convolve import (
compute_delay_ascertained_incidence,
daily_to_mmwr_epiweekly,
)
from pyrenew.convolve import compute_delay_ascertained_incidence
from pyrenew.deterministic import DeterministicVariable
from pyrenew.latent import (
InfectionInitializationProcess,
Expand All @@ -23,6 +20,7 @@
from pyrenew.observation import NegativeBinomialObservation
from pyrenew.process import ARProcess, DifferencedProcess
from pyrenew.randomvariable import DistributionalVariable, TransformedVariable
from pyrenew.time import daily_to_mmwr_epiweekly

from pyrenew_hew.pyrenew_hew_data import PyrenewHEWData

Expand Down

0 comments on commit 0b718e4

Please sign in to comment.