Skip to content

Commit

Permalink
Update test/ideal/sideal-test.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Max Horn <max@quendi.de>
  • Loading branch information
hannes14 and fingolfin authored Feb 12, 2024
1 parent 6892879 commit f46ddb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ideal/sideal-test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -715,4 +715,5 @@ end
@test gens(reduce(a, b, complete_reduction=true))[1] == y^3
q2,r2,u2 = divrem2(a, b)
@test Singular.Matrix(a)*Singular.Matrix(u2) == Singular.Matrix(b)*Singular.Matrix(q2)+Singular.Matrix(r2)
@test r2 == reduce(a, b)
end

0 comments on commit f46ddb4

Please sign in to comment.