CDCgov / ww-inference-model

An in-development R package and a Bayesian hierarchical model jointly fitting multiple "local" wastewater data streams and "global" case count data to produce nowcasts and forecasts of both observations
https://cdcgov.github.io/ww-inference-model/
Apache License 2.0
16 stars 2 forks source link

Port over model tests + add testing to package functions #9

Closed kaitejohnson closed 3 months ago

kaitejohnson commented 3 months ago

Goal

We want to have a full testing suite for all of the functions in the wwinference package. Some of these, particularly for the stan model, are already written in https://github.com/CDCgov/wastewater-informed-covid-forecasting/tree/prod, and so we will want to port them over, and we also want to make new tests.

Requirements: