-
Notifications
You must be signed in to change notification settings - Fork 15
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
Marine problem issue when trying to set size #315
Comments
What error does marine(type = Float64, n = 10) raise? |
|
@farhadrclass |
Yes, a minor release please. |
Tangi, the question was for Farhad :) But do you need a new release quickly Tangi? |
Okay, but it makes sense to have a release that fix OptimizationProblems first, and then do another later. |
Done, I tagged the release 0.8.9. |
@tmigot @amontoison thank you for the support and sorry for delays, I need to check my emails more often,. yes it would be great to have it (I think it is already done anyway :) ) |
I think we have a bug in ADNLPModels line 473:
When I run this code with n_max_size =10 or smaller than 100 :
I get this error:
I tried to loop through the problem and the issue happens:
The issue is Marine problem: https://github.com/JuliaSmoothOptimizers/OptimizationProblems.jl/blob/main/src/ADNLPProblems/marine.jl
The text was updated successfully, but these errors were encountered: