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 5432555 commit e13e3d4Copy full SHA for e13e3d4
test/interfaces/nemo.jl
@@ -15,7 +15,6 @@
15
@test_throws ErrorException AlgebraicSolving._convert_to_msolve(F)
16
R, (x,y,z) = polynomial_ring(_GF(101),["x","y","z"], internal_ordering=:degrevlex)
17
F = [x^2+1-3, x*y-z, x*z^2-3*y^2]
18
- @show F
19
res = AlgebraicSolving._convert_to_msolve(F)
20
@test AlgebraicSolving._convert_finite_field_array_to_abstract_algebra(Int32(3), res[1], res[2], res[3], R) == F
21
end
0 commit comments