Skip to content

Commit 9fba03f

Browse files
committed
adds issue #54 as test case
1 parent cdc57c2 commit 9fba03f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/algorithms/solvers.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161
@test_throws ErrorException real_solutions(I, interval=true)
6262
@test_throws ErrorException rational_solutions(I)
6363

64+
# issue 54
65+
I = ideal([R(0)])
66+
@test_throws ErrorException real_solutions(I)
67+
6468
# check variable permutation
6569
R, (x, y) = polynomial_ring(QQ,["x","y"])
6670
I = Ideal([x^2-1, y])

0 commit comments

Comments
 (0)