-
Notifications
You must be signed in to change notification settings - Fork 23
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
Adds all walnuts functions to redist #183
base: main
Are you sure you want to change the base?
Conversation
I put everything on one branch - please let me know if you would prefer optimal_transfer and walnuts split into two different pull requests. The optimal_transfer function is added to the parity.R document. The walnuts code is added to a new file called walnuts.R in the R folder and it uses two new C++ functions that are in boundary.cpp. Apologies - only the two main functions are full commented. I will comment the rest of it when I can, I just wanted to go ahead and share the process. |
Hey @dinglucy, are you able to run devtools::document() and see if that fixes the CI failure? |
Adds the optimal transfer function as described, along with necessary helper functions to the parity.R document.