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
I see the following behavior in v0.3.8 (not sure when it started, but this error did not occur before about Dec 5, 2022, the last time I ran Hypatia.jl's test suite):
So the bounds error is not present on master. I made some simplifications to the code and apparently that also fixed the issue you are hitting here. However, I noticed an issue with the U matrix which was zeroed by the sign flipping postprocessing because sign(0)==0. I'm fixing that in #120 and will make a release once it's merged.
I see the following behavior in v0.3.8 (not sure when it started, but this error did not occur before about Dec 5, 2022, the last time I ran Hypatia.jl's test suite):
The text was updated successfully, but these errors were encountered: