-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature-request] Add option file_refit
from brms
#228
Comments
We do not pass the file argument to The This will be difficult to do. We cannot just pass the argument to |
I see. To streamline the UX for users who are familiar with I agree that this is not a high priority, so we can see if at some point we feel that this is a nice extra feature. Or I ask @chenyu-psy, who pointed me towards this issue if he wants to have a look at this. And if yes, he can look into how |
That sounds reasonable |
Hi, I don't have a strong reason to use the |
We have already implemented the
file
argument for thebmm
function and added some code to pass the relevant information to thebrms
call. Can we add similar code to adequately pass thefile_refit
option to brms and check if something has changed in the call tobrm
when passing the information compiled by thebmm
function.Currently, there is an error message, when you do not use the default option for
file_refit
(which is never). So callingbmm
withfile_refit
"on_change" returns the error: invalid 'y' type in 'x || y'The text was updated successfully, but these errors were encountered: