-
-
Notifications
You must be signed in to change notification settings - Fork 545
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
make PolynomialQuotientRing_generic inherit from QuotientRing_generic #34463
Comments
Commit: |
Author: Lorenz Panny |
comment:2
There seems to be a test failure
and some linting failures
The linting problems don't look like they're due to this ticket, but I'm not sure about the test failure. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: Marc Mezzarobba |
comment:5
I think |
Changed branch from public/make_PolynomialQuotientRing_inherit_from_QuotientRing to |
This will make it easier to write code that works uniformly for all kinds of quotient rings.
(Example: Polynomial quotient rings currently do not have the
.cover()
and.defining_ideal()
methods, which are very useful when writing generic quotient-ring code.)Component: algebra
Author: Lorenz Panny
Branch/Commit:
b56ebf9
Reviewer: Marc Mezzarobba
Issue created by migration from https://trac.sagemath.org/ticket/34463
The text was updated successfully, but these errors were encountered: