Skip to content

Commit

Permalink
sagemathgh-36895: fix qepcad doctest
Browse files Browse the repository at this point in the history
    
This test started to fail on Sage 10.3.beta2 after the merged update of
qepcad to 1.74 in sagemath#36837
    
URL: sagemath#36895
Reported by: Dima Pasechnik
Reviewer(s): David Coudert
  • Loading branch information
Release Manager committed Dec 17, 2023
2 parents a8f38e8 + b7f1b79 commit 9b10837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/interfaces/qepcad.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ def __init__(self, formula,
x^2 + x*y + 3*x*z + 2*y*z + 2*z^2 - x - z < 0, \
-2*x + 1 < 0, -x*y - x*z - 2*y*z - 2*z^2 + z < 0, \
x + 3*y + 3*z - 1 < 0]
sage: qepcad(conds, memcells=2000000) # optional - qepcad
sage: qepcad(conds, memcells=3000000) # optional - qepcad
2 x - 1 > 0 /\ z > 0 /\ z - y < 0 /\ 3 z + 3 y + x - 1 < 0
"""
self._cell_cache = {}
Expand Down

0 comments on commit 9b10837

Please sign in to comment.