-
-
Notifications
You must be signed in to change notification settings - Fork 508
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
scipy.optimize.newton does not accept Sage input anymore #29210
Comments
This comment has been minimized.
This comment has been minimized.
comment:3
Moving tickets to milestone sage-9.2 based on a review of last modification date, branch status, and severity. |
comment:5
Moving this ticket to 9.4, as it seems unlikely that it will be merged in 9.3, which is in the release candidate stage |
comment:10
I think here we have run into the changes to numpy's casting rules. Many functions now default to
|
comment:11
I guess the problem will be solved if we introduce |
As reported in this sage-support thread, the
scipy.optimize.newton
became more picky about input and broke an interact.The problem is reproducible below with sage-9.1.beta4
The smartest way to achieve what is wanted is certainly
Should we just aknowledge the incompatibility or should we try something on the numpy side?
CC: @mkoeppe @dimpase
Component: interfaces
Issue created by migration from https://trac.sagemath.org/ticket/29210
The text was updated successfully, but these errors were encountered: