Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/rings/polynomial/polynomial_singular_interface.py: Fixup merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 13, 2021
1 parent fb56937 commit 8cc3500
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/rings/polynomial/polynomial_singular_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ def can_convert_to_singular(R):
if (base_ring is ZZ
or sage.rings.finite_rings.finite_field_constructor.is_FiniteField(base_ring)
or is_RationalField(base_ring)
or is_IntegerModRing(base_ring)
or isinstance(base_ring, (sage.rings.abc.RealField, sage.rings.abc.ComplexField,
sage.rings.abc.RealDoubleField, sage.rings.abc.ComplexDoubleField,
sage.rings.abc.IntegerModRing))):
Expand Down

0 comments on commit 8cc3500

Please sign in to comment.