You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Found an error in the new
TrustRegion
solver wheniip = 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.
The text was updated successfully, but these errors were encountered: