Skip to content

Commit

Permalink
support covid
Browse files Browse the repository at this point in the history
  • Loading branch information
elray1 committed Nov 20, 2024
1 parent 05a2f98 commit c87a101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/idmodels/gbqr.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def run(self, run_config):
flusurvnet_kwargs = {"burden_adj": False}

fdl = FluDataLoader()
df = fdl.load_data(nhsn_kwargs={"as_of": run_config.ref_date},
df = fdl.load_data(nhsn_kwargs={"as_of": run_config.ref_date, disease=run_config.disease},
ilinet_kwargs=ilinet_kwargs,
flusurvnet_kwargs=flusurvnet_kwargs,
sources=self.model_config.sources,
Expand Down

0 comments on commit c87a101

Please sign in to comment.