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

Error in TrustRegion when inplace is true #124

Closed
Deltadahl opened this issue Jan 19, 2023 · 0 comments
Closed

Error in TrustRegion when inplace is true #124

Deltadahl opened this issue Jan 19, 2023 · 0 comments

Comments

@Deltadahl
Copy link
Contributor

Found an error in the new TrustRegion solver when iip = true.
This went trough testing because the tests where @test all(sol.u .* sol.u .- 2 .< 1e-9) and not @test all(abs.(sol.u .* sol.u .- 2) .< 1e-9).
Trying to fix it as I'm writing this, and hopefully have a fix within the hour.

avik-pal added a commit that referenced this issue Nov 1, 2024
Run tests in Parallel using XUnit
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

No branches or pull requests

1 participant