-
Notifications
You must be signed in to change notification settings - Fork 41
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
Alternative fix to extra allocations in get_gradient! from Jacobian #301
Conversation
Codecov Report
@@ Coverage Diff @@
## master #301 +/- ##
==========================================
- Coverage 99.88% 99.74% -0.15%
==========================================
Files 77 77
Lines 7083 7087 +4
==========================================
- Hits 7075 7069 -6
- Misses 8 18 +10
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I fixed the docs, but I am not yet sure what is missing in code coverage by now. |
Thanks for adding docstring to docs! I've added a couple of new tests that may help with coverage loss but some of it looks unrelated to this PR. |
Then you have to fix them as well ;) No the ±10 lines is still something that bothers me since sometimes one of the Wolfe cases is hit, sometimes not and I am not able to consistently provide a test that always hits that. Wolfe is not easy. So 18 lines is still fine due to this. |
OK, I will ignore those 10 lines. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks fine to me and we can surely merge that :)
OK, I will bump version then. |
Thanks for fixing, this takes a big step in making Manopt usable to us. |
You're welcome 🙂 . Let me know if you encounter any other issues with Manifolds.jl or Manopt.jl. |
Alternative fix to #300 , as discussed on Slack.