-
Notifications
You must be signed in to change notification settings - Fork 2
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
Showing example pounders/formquad failure #149
base: main
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 9488161893Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9488250299Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9488342748Details
💛 - Coveralls |
@wildsm If I take this python example directly to matlab, the crash/error is not present. The iterates (or function evals) differ enough. Instead, if I save all of the inputs to the last call to Running in matlab produces the following:
So, like in python, the matlab can produce an empty |
I can recreate the above in R2023a, thank you! I will look into a solution. |
@wildsm I know that the first I have now saved the state of every variable at the top of the last loop of
|
Corrected internal file.
I was doing some test and encountered an example problem that failed on
develop
. I see that it also fails onmain
.When
nf = 489
we enter a model-improving step and get an error:I don't know why we haven't encountered this before. But you can see that it happens in the GitHub Actions:
https://github.com/POptUS/IBCDFO/actions/runs/9488351840/job/26147086251?pr=149#step:5:2979