-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
Fix Python int problem with exp_integral #14766
Comments
comment:3
I'm guessing this occurs in other files too. I think it's unreasonable to expect everyone adding symbolic functions to worry about this, and certainly users to be aware of it; maybe we could make At the very least, we could temporarily add |
comment:4
I think my preference would be either raising a If we do type checking in |
Branch: u/jdemeyer/ticket/14766 |
Author: Jeroen Demeyer |
Commit: |
Dependencies: #17130 |
New commits:
|
Reviewer: Ralf Stephan |
comment:10
Looks fine and passes tests in |
Changed branch from u/jdemeyer/ticket/14766 to |
In #11143 we weren't careful about Python ints. There are lots of examples of this, so one will want to go through the whole file.
Depends on #17130
CC: @benjaminfjones @burcin @eviatarbach
Component: symbolics
Author: Jeroen Demeyer
Branch/Commit:
68c545a
Reviewer: Ralf Stephan
Issue created by migration from https://trac.sagemath.org/ticket/14766
The text was updated successfully, but these errors were encountered: