check_Hessian: retraction_method is not passed to gradient check
rs1909 opened this issue · 4 comments
I believe that retraction_method
keyword parameter is not passed onto the check_gradient
call within check_Hessian
:
Calling check_gradient
directly does work with the same retraction, while check_Hessian
fails.
Oh, well spotted :) Thanks for opening this issue, we must have missed that.
Do you want to open an PR? Otherwise I could do that later today (in Central Europe Time than is)
No problem, I will do it later today then.
Since you re running it separately, do you think we missed any other keyword?
As you can see I just did the pull request. Later today, when all tests have passed I will merge it and register a new version, so probably tomorrow morning you will have Manopt.jl 0.4.47 where the bug is fixed.
Thanks again for reporting this.