You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cereeberus/cereeberus/compute/computereeb.py
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
from .unionfindimportUnionFind
2
-
from ..reeb.lowerstarSCimportLowerStarSC
2
+
from ..reeb.lowerstarimportLowerStar
3
3
importnumpyasnp
4
4
5
5
@@ -19,7 +19,7 @@ def is_face(sigma, tau):
19
19
20
20
defget_levelset_components(L):
21
21
'''
22
-
Given a list of simplices L representing a level set, compute the connected components. This function is really only helpful inside of reeb_of_lower_star.
22
+
Given a list of simplices L representing a level set, compute the connected components. This function is really only helpful inside of computeReeb.
23
23
24
24
Args:
25
25
L: A list of simplices (each simplex is a list of vertices).
raiseValueError("vertex must be an integer, or a single-element list.")
35
+
raiseValueError("Lower star filtration can only by updated by specificying the function value on a vertex. Input -vertex- must be an integer, or a single-element list.")
The ``reeb_of_lower_star`` module provides functionality to compute the Reeb graph from a lower star filtration. Information on the lower star filtration can be found in the `Lower Star Filtration for Simplicial Complexes <../reeb/lowerstarSC.rst>`_ documentation.
4
+
The ``computeReeb`` module provides functionality to compute the Reeb graph from a lower star filtration. Information on the lower star filtration can be found in the `Lower Star Filtration for Simplicial Complexes <../reeb/lowerstar.rst>`_ documentation.
0 commit comments