Skip to content

Commit cf64723

Browse files
test: fix groebner test
1 parent 1bb28aa commit cf64723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extensions/groebner.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ truebasis = [
7272
x3^3 + x3^2 * x4 + x3 * x4^2 + x4^3,
7373
x4^4 - N
7474
]
75-
basis = groebner_basis(system)
75+
basis = expand.(groebner_basis(system))
7676
@test_broken isequal(expand.(basis), truebasis)
7777
@test Symbolics.is_groebner_basis(basis)
7878

0 commit comments

Comments
 (0)