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
17 stars 2 forks source link

hot-fix initialization misspecifies parameter name for `error_rt_subpop` #199

Closed kaitejohnson closed 1 month ago

kaitejohnson commented 1 month ago

Looks like I accidentally misnamed the initialization of the error_rt_subpop in initialization.R to error_subpop. I don't think our CI caught this bc it just prints as a stan warning, like the other stan warnings that we routinely ignore as the sampler is warming up :)

seabbs commented 1 month ago

great PR title

seabbs commented 1 month ago

if this is about warnings from stan models vs anything else its because they print as output and aren't R warnings. You need to be using capture.output or similar to get them and then look at them

github-actions[bot] commented 1 month ago

Thank you for your contribution, @kaitejohnson :rocket:! Your page is ready to preview here

kaitejohnson commented 1 month ago

Ah I see, yeah its a warning about the init that me missed. Will add to the description :)