Skip to content

Commit

Permalink
Use a different random seed for check(5, "SimplicialComplexes")
Browse files Browse the repository at this point in the history
We were getting an "array out of bounds" error
  • Loading branch information
d-torrance committed Sep 21, 2024
1 parent 3265493 commit 2f2ee70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions M2/Macaulay2/packages/SimplicialComplexes/Tests.m2
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ assert(prune homology delta != prune homology shifted)
------------------------------------------------------------------------------
-- Boundary of the 4-Cross-Polytope
TEST ///
setRandomSeed 1
grading = {{1,0,0,0},{0,1,0,0},{0,0,1,0},{0,0,0,1},{1,0,0,0},{0,1,0,0},{0,0,1,0},{0,0,0,1}}
S = QQ[x_{1,1}..x_{2,4}, Degrees => grading];
I = monomialIdeal(x_{1,1}*x_{2,1},x_{1,2}*x_{2,2},x_{1,3}*x_{2,3},x_{1,4}*x_{2,4})
Expand Down

0 comments on commit 2f2ee70

Please sign in to comment.