Skip to content
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

Correction of undefined function #120

Merged
merged 2 commits into from
Sep 5, 2023

Conversation

sbstndb
Copy link

@sbstndb sbstndb commented Sep 5, 2023

In the issue #119 , the function provide_rhs! is called 3 times but it is never defined. I purpose to use associate_rhs! instead.

After this modification, I tried calling LinearAlgebra.ldiv! and it now works fine.

- try correction : provide_rhs not defined
 - replace undefined function
@codecov
Copy link

codecov bot commented Sep 5, 2023

Codecov Report

Patch has no changes to coverable lines.

Files Changed Coverage
src/convenience.jl 0.00%

📢 Thoughts on this report? Let us know!.

@amontoison amontoison merged commit e8a7733 into JuliaSmoothOptimizers:main Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants