-
Notifications
You must be signed in to change notification settings - Fork 15
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
Reach for the arcs #121
Reach for the arcs #121
Conversation
The built currently fails on Windows. |
The previous tests seemed to be timing out in an install, so I am trying out removing it... |
The Linux wheels seem to build correctly now after the latest change. |
If the merge commit clears all tests, this can be merged. |
Added an extra check to the RFTS singularity catching, now that we don't consistently get NaNs in the vertex values (because of our fix of #119 ). A liiiitle uneasy that the tests only failed in some OS, but it should be fixed now. I am happy to merge if this looks reasonable to you and checks pass |
This pull request adds the code to perform reach_for_the_arcs to Gpytoolbox.
@sgsellan please check whether this is ok, and whether we should tweak any RFTA default parameters.
Also please take a look at whether you like the unit tests.
This pull request depends on #117 , and should only be merged after that one has been merged.