Closed sbfnk closed 3 years ago
👋 Thanks for opening this pull request! Can you please run through the following checklist before requesting review (ticking as complete or if not relevant).
devtools::load_all(); devtools::test()
) first setting options(testDownload=TRUE, testSource=class-name)
and report your findings. devtools::load_all(); devtools::test()
). Thank you again for the contribution. If making large scale changes consider using our pre-commit
hooks (see the contributing guide) to more easily comply with our guidelines.
The code as implemented counts every row in the case/death data just once, as if it was a line list of individuals - instead it is relatively finely resolved count data which needs to be summed up.
This is causing problems downstream https://github.com/epiforecasts/covid/issues/184