-
-
Notifications
You must be signed in to change notification settings - Fork 620
new issue after moving the zeta method #40168
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
probably we need to implement a zeta method in IntegerMod rings ? |
I confirmed this was working in 10.7.beta3 but then failed when pulling in #39532. |
The problem comes from the fact that
which subsequently leads to the failure. Thus, to fix the issue, we need to lift the |
Thanks. I have made a proposal in #40170 by just copying the method in the category. |
sagemathgh-40170: generic implementation of _element_of_factored_order in finite-fields… Fix sagemath#40168 ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [x] I have created tests covering the changes. - [x] I have updated the documentation and checked the documentation preview. URL: sagemath#40170 Reported by: Frédéric Chapoton Reviewer(s): Travis Scrimshaw
sagemathgh-40170: generic implementation of _element_of_factored_order in finite-fields… Fix sagemath#40168 ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [x] I have created tests covering the changes. - [x] I have updated the documentation and checked the documentation preview. URL: sagemath#40170 Reported by: Frédéric Chapoton Reviewer(s): Travis Scrimshaw
Steps To Reproduce
Some random failure in the CI can be reproduced by this :
Expected Behavior
either an answer or a ValueError
Actual Behavior
raise an AttributeError
Additional Information
No response
Environment
Checklist
The text was updated successfully, but these errors were encountered: