-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
move power series to Parent #38741
move power series to Parent #38741
Conversation
1692769
to
1480abb
Compare
the case of Laurent series triggers a failure in Drinfeld modules, so it is kept for another pull request |
sage: M.gens() | ||
(v0, v1, v2) | ||
""" | ||
|
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.
This blank line is unconventional, no?
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.
oui, c'est vrai, merci. J'ai corrigé ça.
Documentation preview for this PR (built with commit 576784f; changes) is ready! 🎉 |
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.
merci !
make the power series rings inherit from Parent instead of the auld `Ring` class ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. URL: sagemath#38741 Reported by: Frédéric Chapoton Reviewer(s): Frédéric Chapoton, Martin Rubey
make the power series rings inherit from Parent instead of the auld `Ring` class ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. URL: sagemath#38741 Reported by: Frédéric Chapoton Reviewer(s): Frédéric Chapoton, Martin Rubey
make the power series rings inherit from Parent instead of the auld
Ring
class📝 Checklist