Skip to content

Commit

Permalink
uwu
Browse files Browse the repository at this point in the history
  • Loading branch information
sumiya11 committed Jul 27, 2024
1 parent 5dd4ff6 commit bc76a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/learn_and_apply/learn_and_apply.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ params = (loglevel=0, sweep=true)
flag, gb2 = Groebner.groebner_apply!(trace, [x, y])
@assert gb1 == gb2 && flag

show(trace);
show(trace)

K = AbstractAlgebra.GF(2^31 - 1)
R, (x, y) = polynomial_ring(K, ["x", "y"], internal_ordering=:degrevlex)
Expand Down

0 comments on commit bc76a75

Please sign in to comment.