Skip to content

Commit f20c665

Browse files
updated tests
1 parent 7e91cd5 commit f20c665

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/ZetaFunction.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ function zeta_function(f; verbose=false, givefrobmat=false, algorithm=:costachun
244244
#end
245245
#TODO: check which algorithm we're using
246246
Reductions = reducetransform(FBasis, N_m, S, fLift, pseudo_inverse_mat, p, termorder,algorithm,vars_reversed,fastevaluation,verbose=verbose)
247+
println(Reductions)
247248
if verbose
248249
for i in 1:length(Basis)
249250
basis_elt = Basis[i]
@@ -336,5 +337,5 @@ F = GF(p)
336337
R, (x,y,z) = polynomial_ring(F, ["x$i" for i in 0:n])
337338
338339
f = y^2*z - x^3 - x*z^2 - z^3
339-
@time DeRham.zeta_function(f,vars_reversed=true)
340+
@time DeRham.zeta_function(f)
340341
=#

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ end
6060

6161
@testset "Monomial orderings" begin
6262
test_supported_monomial_orderings()
63-
test_naive_algorithm()
63+
#test_naive_algorithm()
6464
test_fastevaluation()
6565

6666
#test_reversing_variables()

0 commit comments

Comments
 (0)