Skip to content

Commit 0bd225c

Browse files
committed
adjusts test for msolve v0.8.0
1 parent 9584bb9 commit 0bd225c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/algorithms/groebner-bases.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
I = Ideal([x+2*y+2*z-1, x^2+2*y^2+2*z^2-x, 2*x*y+2*y*z-y])
5555
G = eliminate(I, 2)
5656
H = MPolyRingElem[
57-
84*z^4 - 40*z^3 + z^2 + z
57+
84*z^4 - 38
5858
]
5959
@test G == H
6060
end

0 commit comments

Comments
 (0)