Skip to content

Commit b7f1b79

Browse files
authored
fix qepcad doctest
This test started to fail on Sage 10.3.beta2
1 parent e2e0f8d commit b7f1b79

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)