-
Notifications
You must be signed in to change notification settings - Fork 65
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
future's multiprocess is deprecated #394
Comments
capture the warning in greta/tests/testthat/test_inference.R Line 525 in 92dd0ff
mute this, and then otherwise send through the warning. and this would go into the tests in testthat. |
I highly recommend removing all references and use of |
OK awesome, thanks @HenrikBengtsson ! I'm working through this in #537 - currently debugging some errors, I think I've just slightly mucked up some of the logic of the testing. |
This has been resolved in #537 |
Created on 2021-04-28 by the reprex package (v2.0.0)
Session info
this is currently called in check_future_plan and tested in test_inference.R
My understanding is that
greta
was trying to steer users away from using this anyway, so i'm not sure if we need to change anything here? We might want to use tryCatch to capture the error and send our own one. On the other hand, I feel like that is interfering with the planned deprecation offuture
.What are your thoughts, @goldingn ?
The text was updated successfully, but these errors were encountered: