Skip to content

Commit

Permalink
add a test for eco-10
Browse files Browse the repository at this point in the history
  • Loading branch information
sumiya11 committed Jan 29, 2024
1 parent e8c608a commit 9874e5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions test/fglm/kbase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ end
gb = Groebner.groebner(noon, ordering=Groebner.DegRevLex())
@test length(Groebner.kbase(gb, ordering=Groebner.DegRevLex())) == 21

noon = Groebner.noonn(7, k=GF(2^31 - 1))
R = parent(first(noon))
gb = Groebner.groebner(noon, ordering=Groebner.DegRevLex())
@test length(Groebner.kbase(gb, ordering=Groebner.DegRevLex())) == 2173
sys = Groebner.eco10(k=GF(2^31 - 1), ordering=:degrevlex)
R = parent(first(sys))
gb = Groebner.groebner(sys, ordering=Groebner.DegRevLex())
@test length(Groebner.kbase(gb, ordering=Groebner.DegRevLex())) == 256
end
2 changes: 1 addition & 1 deletion test/learn_and_apply/learn_and_apply_tmp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ end
AbstractAlgebra.GF(2^27 - 39),
AbstractAlgebra.GF(2^20 + 7),
AbstractAlgebra.GF(2^20 + 13),
AbstractAlgebra.GF(2^20 + 25),
AbstractAlgebra.GF(2^20 + 25)
]
for case in cases
# Learn and apply on the same system
Expand Down

0 comments on commit 9874e5c

Please sign in to comment.