Skip to content

Commit 9b10837

Browse files
author
Release Manager
committed
gh-36895: fix qepcad doctest This test started to fail on Sage 10.3.beta2 after the merged update of qepcad to 1.74 in #36837 URL: #36895 Reported by: Dima Pasechnik Reviewer(s): David Coudert
2 parents a8f38e8 + b7f1b79 commit 9b10837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/interfaces/qepcad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ def __init__(self, formula,
833833
x^2 + x*y + 3*x*z + 2*y*z + 2*z^2 - x - z < 0, \
834834
-2*x + 1 < 0, -x*y - x*z - 2*y*z - 2*z^2 + z < 0, \
835835
x + 3*y + 3*z - 1 < 0]
836-
sage: qepcad(conds, memcells=2000000) # optional - qepcad
836+
sage: qepcad(conds, memcells=3000000) # optional - qepcad
837837
2 x - 1 > 0 /\ z > 0 /\ z - y < 0 /\ 3 z + 3 y + x - 1 < 0
838838
"""
839839
self._cell_cache = {}

0 commit comments

Comments
 (0)