Skip to content

Commit

Permalink
fixed an incorrect test in Quasidegrees
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud committed May 10, 2024
1 parent dc3fd49 commit 6dafa0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M2/Macaulay2/packages/Quasidegrees.m2
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ needsPackage"Dmodules"
A = matrix{{1,1,1,1},{0,1,5,11}}
R = toGradedRing(A,QQ[a..d])
I = toricIdeal(A,R)
S = quasidegreesLocalCohomology R^1/I
S = quasidegreesLocalCohomology(R^1/I)
T = {}; for i to #S-1 do T=T|{(S_i)_0}
for i to #T-1 do assert(holonomicRank(gkz(A,{0,0}))<holonomicRank(gkz(A,entries(T_i))))
///
Expand Down

0 comments on commit 6dafa0a

Please sign in to comment.