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
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 2, 2021
1 parent abbe26d commit 65e9b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/polynomial/polynomial_singular_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def can_convert_to_singular(R):
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.RealDoubleField, sage.rings.abc.ComplexDoubleField))):
return True
elif base_ring.is_prime_field():
return base_ring.characteristic() <= 2147483647
Expand Down

0 comments on commit 65e9b98

Please sign in to comment.