You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we have the file for local tests comparing to reference fits. It has to be checked manually. I want to change it so that we can run it like regular testthat tests, but still locally. Some nice examples for brms local testing here: https://github.com/paul-buerkner/brms/tree/master/tests/local
we can still compare to reference fits by comparing estimates plus some tolerance via expect_range()
The text was updated successfully, but these errors were encountered:
Right now we have the file for local tests comparing to reference fits. It has to be checked manually. I want to change it so that we can run it like regular testthat tests, but still locally. Some nice examples for brms local testing here: https://github.com/paul-buerkner/brms/tree/master/tests/local
we can still compare to reference fits by comparing estimates plus some tolerance via expect_range()
The text was updated successfully, but these errors were encountered: