Closed kaitejohnson closed 1 month ago
great PR title
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
Thank you for your contribution, @kaitejohnson :rocket:! Your page is ready to preview here
Ah I see, yeah its a warning about the init that me missed. Will add to the description :)
Looks like I accidentally misnamed the initialization of the
error_rt_subpop
ininitialization.R
toerror_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 :)