We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a return that should not be there in [R2.jl]. (https://github.com/JuliaSmoothOptimizers/RegularizedOptimization.jl/blob/c37c5126660ce90ad8145785343b78ebe7fa7b7d/src/R2_alg.jl)
RegularizedOptimization.jl/src/R2_alg.jl
Lines 189 to 204 in c37c512
This does not change anything to the results because we do want to return R2(...). I am opening a PR to remove it.
R2(...)
The text was updated successfully, but these errors were encountered:
Solved in #150.
Sorry, something went wrong.
No branches or pull requests
There is a return that should not be there in [R2.jl].
(https://github.com/JuliaSmoothOptimizers/RegularizedOptimization.jl/blob/c37c5126660ce90ad8145785343b78ebe7fa7b7d/src/R2_alg.jl)
RegularizedOptimization.jl/src/R2_alg.jl
Lines 189 to 204 in c37c512
This does not change anything to the results because we do want to return
R2(...)
.I am opening a PR to remove it.
The text was updated successfully, but these errors were encountered: