Skip to content
Snippets Groups Projects
Unverified Commit 7b72490a authored by Brad Nelson's avatar Brad Nelson Committed by GitHub
Browse files

Add warning on vertex labeling

parent 332aec9c
Branches
No related tags found
No related merge requests found
......@@ -364,6 +364,8 @@ X.append([0,1,2])
```
__Warning:__ there are currently no checks to make sure a `SimplicialComplex` does not contain duplicate simplices, or that all faces are included. Thus, one should be very careful to add all faces and do so exactly once.
__Warning:__ 0-simplices (vertices) are assumed to start with `[0]` and end at `[n]` where `n` is the total number of vertices. You may run into issues if you use a different set of labels.
__Warning:__ the persistence computation currently assumes that the complex is acyclic at the end of the filtration in order to precompute the number of barcode pairs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment