Skip to content

Commit

Permalink
missed another test involving SimplicialComplexes: fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestillman committed Sep 30, 2024
1 parent 014f99c commit f6a9d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M2/Macaulay2/tests/normal/000-core.m2
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ assert try (clean(0.1,A);false) else true -- not yet implemented.
needsPackage "SimplicialComplexes"
R = QQ[a..d]
D = simplicialComplex {a*b*c,a*b*d,a*c*d,b*c*d}
C = chainComplex D
C = complex D
assert ( rank HH_2 C == 1 )


Expand Down

0 comments on commit f6a9d70

Please sign in to comment.