Skip to content

Commit

Permalink
bugfix for changematrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sumiya11 committed Mar 14, 2024
1 parent 8411076 commit 2f9d9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/groebner/groebner_with_change_matrix.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
end
end

f = Groebner.katsuran(4, k=QQ)
f = Groebner.katsuran(4, k=QQ, internal_ordering=:lex)
g, m = Groebner.groebner_with_change_matrix(f, ordering=Groebner.DegRevLex())
@test m * f == g
@test_throws DomainError Groebner.groebner_with_change_matrix(
Expand Down

0 comments on commit 2f9d9e7

Please sign in to comment.