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
Doing full integration tests of calls to brm or brm_multiple is currently hard as it requires compiling and fitting actual models. However the multiple backend feature should let us easily implement a "mock" backend for testing that would skip compilation and fitting but still go through all the other codepaths, e.g.:
Doing full integration tests of calls to
brm
orbrm_multiple
is currently hard as it requires compiling and fitting actual models. However the multiple backend feature should let us easily implement a "mock" backend for testing that would skip compilation and fitting but still go through all the other codepaths, e.g.:This arised due to needs to test #1114
The text was updated successfully, but these errors were encountered: