Skip to content

Commit

Permalink
Merge pull request #83 from ederc/remove-debug-printing
Browse files Browse the repository at this point in the history
Removes debug printing in interface tests
  • Loading branch information
ederc authored Oct 4, 2024
2 parents 5432555 + e13e3d4 commit dcfd8a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/interfaces/nemo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
@test_throws ErrorException AlgebraicSolving._convert_to_msolve(F)
R, (x,y,z) = polynomial_ring(_GF(101),["x","y","z"], internal_ordering=:degrevlex)
F = [x^2+1-3, x*y-z, x*z^2-3*y^2]
@show F
res = AlgebraicSolving._convert_to_msolve(F)
@test AlgebraicSolving._convert_finite_field_array_to_abstract_algebra(Int32(3), res[1], res[2], res[3], R) == F
end
Expand Down

0 comments on commit dcfd8a9

Please sign in to comment.