parksw3 / epidist-paper

Other
10 stars 4 forks source link

sdlog going crazy #12

Closed parksw3 closed 1 year ago

parksw3 commented 1 year ago

See data/posteriors. sdlog values are way too high (on the order of 10^100). Trying to figure out what's wrong but can't...

parksw3 commented 1 year ago

See test/test.R It looks like using the same name sdlog := exp(log_sdlog) is really bad. It gets iterated multiple times for whatever reason.

parksw3 commented 1 year ago

I think I fixed it but keeping it on for you to check... and simplified targets.Rmd file for now to run everything again and test (haven't pushed this version, but I guess this is where I should've used a branch...).

parksw3 commented 1 year ago

Tested and works now. Can be closed.

seabbs commented 1 year ago

This is very odd. Nice job fixing.