Skip to content

Commit

Permalink
min presentation test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Mohr authored and Rafael Mohr committed May 16, 2024
1 parent 74ef0ae commit de04160
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/Modules/ModulesGraded.jl
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,12 @@ end
@test codomain(psi) == N
@test is_bijective(phi)
@test is_bijective(psi)
I = ideal(R, [x^2, x*y, y])
A, _ = quo(R, I)
M = quotient_ring_as_module(A)
mp = presentation(M, minimal = true)
@test rank(pm[0]) == 1
@test rank(pm[1]) == 2
end


Expand Down

0 comments on commit de04160

Please sign in to comment.