Skip to content

Commit

Permalink
fix for 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sumiya11 committed Dec 10, 2023
1 parent 9c2e620 commit 74fac1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion experimental/example-maybe-bug.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gb = Groebner.groebner(s, loglevel=-2, modular=:learn_and_apply)
gb2 = Groebner.groebner(s, loglevel=-2, modular=:classic_modular)
gb == gb2

k = Groebner.noonn(8, ground=QQ, ordering=:degrevlex)
k = Groebner.noonn(7, ground=QQ, ordering=:degrevlex)

@time gb = Groebner.groebner(k, loglevel=0, modular=:learn_and_apply);
@time gb2 = Groebner.groebner(k, loglevel=0, modular=:classic_modular);
Expand Down
3 changes: 1 addition & 2 deletions src/utils/logging.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ function meta_formatter_groebner end
meta_formatter=meta_formatter_groebner
)
else
backend_logger(level) =
Logging.ConsoleLogger(level; meta_formatter=meta_formatter_groebner)
backend_logger(level) = Logging.ConsoleLogger(level)
end

###
Expand Down

0 comments on commit 74fac1b

Please sign in to comment.