Skip to content

Commit

Permalink
Added details to tests for toricLL
Browse files Browse the repository at this point in the history
  • Loading branch information
mkbrown5 committed Feb 7, 2024
1 parent 1a82d2e commit 5036448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Toric-BGG/MultigradedBGG.m2
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ assert (HH_7 C == 0)
assert (HH_8 C == 0)
assert (minors(1, C.dd_5) == ideal vars ring C)
N = coker vars E
C = toricLL(N)--problem here caused by Complexes package?
C = toricLL(N)
assert(rank C_0 == 1)
assert(C_-1 == 0)
assert(C_1 == 0)
Expand Down

0 comments on commit 5036448

Please sign in to comment.