-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Fixes in pyx files #38542
Fixes in pyx files #38542
Conversation
Documentation preview for this PR (built with commit 83f075e; changes) is ready! 🎉 |
@kedlaya : could you please have a look at the 2 failing doctests in hypergeometric motives ? I wonder if the old results were correct. |
I just checked in Magma, which agrees with Sage's old results (note that there's a
Indeed, 21 is too big since it needs to be a weight 1 Weil polynomial. |
I haven't looked at the code in detail, but I wonder why you even want to change the signature here. It doesn't seem to relate to the C division convention. |
Thanks. So my changes are not good. I will have to investigate. Probably I will undo the changes here about hypergeometric motives. |
I wanted to fix the warning displayed by "cython -a -3 hypergeometric_misc.pyx".
|
Off the top of my head I am guessing that changing |
I have tried to make a smaller change in hgm, and this seems to work. Not sure that it appeases "cython -a -3" buit this is maybe not important |
On my end changing only |
Thanks. So this is now ready for review. |
please review, if you have time |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
otherwise LGTM.
merci ! Voilà ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
This is fixing a few issues about division in various cython files. All the fixes were found using the command `cython -a -3 *.pyx`. ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. URL: sagemath#38542 Reported by: Frédéric Chapoton Reviewer(s): David Coudert
This is fixing a few issues about division in various cython files. All the fixes were found using the command `cython -a -3 *.pyx`. ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. URL: sagemath#38542 Reported by: Frédéric Chapoton Reviewer(s): David Coudert
This is fixing a few issues about division in various cython files. All the fixes were found using the command `cython -a -3 *.pyx`. ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. URL: sagemath#38542 Reported by: Frédéric Chapoton Reviewer(s): David Coudert
This is fixing a few issues about division in various cython files. All the fixes were found using the command `cython -a -3 *.pyx`. ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. URL: sagemath#38542 Reported by: Frédéric Chapoton Reviewer(s): David Coudert
This is fixing a few issues about division in various cython files. All the fixes were found using the command `cython -a -3 *.pyx`. ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. URL: sagemath#38542 Reported by: Frédéric Chapoton Reviewer(s): David Coudert
This is fixing a few issues about division in various cython files. All the fixes were found using the command `cython -a -3 *.pyx`. ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. URL: sagemath#38542 Reported by: Frédéric Chapoton Reviewer(s): David Coudert
This is fixing a few issues about division in various cython files.
All the fixes were found using the command
cython -a -3 *.pyx
.📝 Checklist