Skip to content

Commit aad8498

Browse files
committed
mark a doctest as random
1 parent bb64b5b commit aad8498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/lazy_series_ring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ def define_implicitly(self, series, equations, max_lookahead=1):
801801
802802
sage: F = L.undefined()
803803
sage: L.define_implicitly([(F, [0, f1])], [F(2*z) - (1+exp(x*z)+exp(y*z))*F - exp((x+y)*z)*F(-z)])
804-
sage: F
804+
sage: F # random
805805
<repr(...) failed: ValueError: could not determine any coefficients:
806806
coefficient [3]: 6*series[3] + (-2*x - 2*y)*series[2] + (x*y*f1) == 0>
807807

0 commit comments

Comments
 (0)