Skip to content

Commit e13e3d4

Browse files
committed
removes debug printing in interface tests
1 parent 5432555 commit e13e3d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/interfaces/nemo.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
@test_throws ErrorException AlgebraicSolving._convert_to_msolve(F)
1616
R, (x,y,z) = polynomial_ring(_GF(101),["x","y","z"], internal_ordering=:degrevlex)
1717
F = [x^2+1-3, x*y-z, x*z^2-3*y^2]
18-
@show F
1918
res = AlgebraicSolving._convert_to_msolve(F)
2019
@test AlgebraicSolving._convert_finite_field_array_to_abstract_algebra(Int32(3), res[1], res[2], res[3], R) == F
2120
end

0 commit comments

Comments
 (0)