We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb28aa commit cf64723Copy full SHA for cf64723
test/extensions/groebner.jl
@@ -72,7 +72,7 @@ truebasis = [
72
x3^3 + x3^2 * x4 + x3 * x4^2 + x4^3,
73
x4^4 - N
74
]
75
-basis = groebner_basis(system)
+basis = expand.(groebner_basis(system))
76
@test_broken isequal(expand.(basis), truebasis)
77
@test Symbolics.is_groebner_basis(basis)
78
0 commit comments