-
Notifications
You must be signed in to change notification settings - Fork 6
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
Bug: AssertionError: LDLT.factor != nothing
#43
Comments
This assertion. The only way to reach here is if the regularization becomes infinite (rho_max is Line 561 in 23116b0
Matrix that ldl needed for some reason. Out of memory error, maybe?Do you have HSL to test? |
So, I move forward with this. The same error appears for a couple of problems from NLSProblems as well. For instance:
The error doesn't come here from the ldlt factorization, but from here Line 644 in a19be83
|
Oh, I think the problem comes from the model actually. I did the following (a bit nervous) test:
|
I tried to solve the following problem modeled with
PDENLPModels.jl
However, I get the following mysterious error:
Any idea?
My environment is the following:
The text was updated successfully, but these errors were encountered: