Skip to content

Commit

Permalink
Addressing pending comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed May 8, 2024
1 parent cc30346 commit f71bcda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions model/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "pyrenew"
version = "0.1.0"
description = "Pyrenew: a package for Bayesian renewal modeling with JAX and Numpyro\""
description = "Pyrenew: a package for Bayesian renewal modeling with JAX and Numpyro"
authors = ["Dylan H. Morris <[email protected]>"]
license = "Apache 2.0"
readme = "README.md"
Expand All @@ -16,7 +16,6 @@ jax = "^0.4.24"
numpy = "^1.26.4"
polars = "^0.20.13"
pillow = "^10.3.0" # See #56 on CDCgov/multisignal-epi-inference
numpydoc = "^1.7.0"

[tool.poetry.group.dev]
optional = true
Expand All @@ -29,6 +28,7 @@ nbclient = "^0.10.0"
nbformat = "^5.10.0"
pytest-cov = "^5.0.0"
pytest-mpl = "^0.17.0"
numpydoc = "^1.7.0"

[tool.numpydoc_validation]
checks = [
Expand Down
2 changes: 1 addition & 1 deletion model/src/pyrenew/datasets/wastewater.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def load_wastewater() -> pl.DataFrame:
- `log_conc`
- `date`
- `load_sewage`
- `below_LOAD`
- `below_load`
- `daily_hosp_admits`
- `daily_hosp_admits_for_eval`
- `pop`
Expand Down
2 changes: 1 addition & 1 deletion model/src/pyrenew/datasets/wastewater.tsv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
t lab_wwtp_unique_id log_conc date load_sewage below_LOAD daily_hosp_admits daily_hosp_admits_for_eval pop forecast_date hosp_calibration_time site ww_pop inf_per_capita
t lab_wwtp_unique_id log_conc date load_sewage below_load daily_hosp_admits daily_hosp_admits_for_eval pop forecast_date hosp_calibration_time site ww_pop inf_per_capita
1 1 2023-10-30 6 6 1e+06 2024-02-05 90 1 4e+05 0.000663426572737469
1 2 2023-10-30 6 6 1e+06 2024-02-05 90 1 4e+05 0.000663426572737469
1 3 2023-10-30 6 6 1e+06 2024-02-05 90 2 2e+05 0.000663426572737469
Expand Down

0 comments on commit f71bcda

Please sign in to comment.