-
-
Notifications
You must be signed in to change notification settings - Fork 21
[amss2] Lecture failed nightly build #130
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
Comments
@najuzilu are you using the same |
@mmcky yes, it's the first thing I do before I run coverage locally. |
I guess I don't understand then why one would fail and the other doesn't. We should be able to replicate the environment to get the same error messages. Hmm ... |
I'm not sure but I will check that no upgrade/update is included in any of the previous files executed. Locally, |
That's a nice observation - thanks @najuzilu. Sounds like a good starting point to debug |
It looks like all |
The fail seems to have been introduced during Nightly build # 51 with the |
I wonder why its upgrading to |
must be coming from |
@mmcky as I suspected, the
The statement |
thanks for diagnosing the issue @najuzilu -- so what do you think is the best approach to fix this for Do we need to update the |
I suspect the best approach would be to implement this fix in SciPy under |
The bound constraint violation issue in If we don't want to wait for it to be solved (which I expect will take quite long before the fix is released), there is one way to circumvent this which is to pass our own Jacobian approximation function to the optimization routine. It only takes a few lines and I tested that it is working on my machine. So this solves the I will investigate the remaining issue
It would be great if you have any idea about which version of scipy worked with this lecture nicely. That's going to be a very helpful starting point for me. @mmcky @najuzilu |
Hi team, I am just wondering if there is any info available about the versions of the packages involved in this notebook when it was still working, or any printed output of the final results so that I could have something to refer to when I am debugging? :) |
Thank you so much @mmcky, this is a huge help! I will come back to you when I have some progress in fixing this. |
close #130 1. add jacobian approximatyion function `objf_prime` and pass it to the slsqp minimization routine 2. adjust the tolerance level of slsqp from 1e-12 to 1e-10
* fix amss2 lecture failure close #130 1. add jacobian approximatyion function `objf_prime` and pass it to the slsqp minimization routine 2. adjust the tolerance level of slsqp from 1e-12 to 1e-10 * update environment file Co-authored-by: mmcky <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
The
amss2
lecture is failing our nightly build but my localcoverage
does not throw any errors:amss2 -- pass -- 94.93s
.When I run the lecture in jupyter notebook no errors pop up but this warning is displayed

The same warning appears on our website:

The execution error from the nightly build is located on the chunk of code displayed above. This is the beginning of the report:
The error message is
The text was updated successfully, but these errors were encountered: