Skip to content

Commit

Permalink
dropped estimates of AAV5.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonleandergrimm committed Nov 17, 2023
1 parent c2d787f commit 00ae160
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions pathogens/aav5.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,10 @@ def estimate_prevalences() -> list[Prevalence]:
date_source=Variable(date="2018"),
location_source=Variable(country="Denmark"),
)
return [
us_2020,
us_2021,
dk_2015,
dk_2016,
dk_2017,
dk_2018,
]
return []
# Dropped, because of zero counts across all studies; lends little
# additonal information to the preprint (and complicates explantion
# of how we selected viruses.)


def estimate_incidences() -> list[IncidenceRate]:
Expand Down

0 comments on commit 00ae160

Please sign in to comment.