We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In sage/rings/polynomial/polynomial_ring.py, one class has a method fraction_field() defined twice with exactly the same code.
sage/rings/polynomial/polynomial_ring.py
fraction_field()
Component: algebra
Author: Jeroen Demeyer
Reviewer: André Apitzsch
Merged: sage-5.7.beta0
Issue created by migration from https://trac.sagemath.org/ticket/13971
The text was updated successfully, but these errors were encountered:
Attachment: remove_duplicate_fraction_field.patch.gz
Sorry, something went wrong.
aghitza
No branches or pull requests
In
sage/rings/polynomial/polynomial_ring.py
, one class has a methodfraction_field()
defined twice with exactly the same code.Component: algebra
Author: Jeroen Demeyer
Reviewer: André Apitzsch
Merged: sage-5.7.beta0
Issue created by migration from https://trac.sagemath.org/ticket/13971
The text was updated successfully, but these errors were encountered: