Skip to content

Commit b643931

Browse files
user202729tscrim
andauthored
Actually fix tests
Co-authored-by: Travis Scrimshaw <[email protected]>
1 parent 624d428 commit b643931

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sage/rings/polynomial/multi_polynomial_ideal.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4980,6 +4980,8 @@ def reduce(self, f):
49804980
...
49814981
TypeError: no canonical coercion from Real Field with 53 bits of precision to Multivariate Polynomial Ring in x, y over Rational Field
49824982
sage: I.reduce(float(pi.n()))
4983+
Traceback (most recent call last):
4984+
...
49834985
TypeError: no canonical coercion from <class 'float'> to Multivariate Polynomial Ring in x, y over Rational Field
49844986
"""
49854987
try:

0 commit comments

Comments
 (0)