-
-
Notifications
You must be signed in to change notification settings - Fork 535
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
Remove redundant functions from pari_instance.pyx #20217
Milestone
Comments
Commit: |
New commits:
|
Author: Jeroen Demeyer |
comment:4
I just doctested this. All tests pass. I suggest one more removal: |
comment:5
Since the |
Reviewer: Luca De Feo |
Changed branch from u/jdemeyer/remove_redundant_functions_from_pari_instance_pyx to |
This was referenced Apr 29, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many functions in
src/sage/libs/pari/pari_instance.pyx
are just manual copies of auto-generated code. Remove those functions, but keep the doctests insrc/sage/libs/pari/tests.py
.Depends on #20210
Depends on #20205
Depends on #20213
Depends on #20216
CC: @defeo
Component: interfaces
Author: Jeroen Demeyer
Branch/Commit:
d7d2d7d
Reviewer: Luca De Feo
Issue created by migration from https://trac.sagemath.org/ticket/20217
The text was updated successfully, but these errors were encountered: