Skip to content

Commit

Permalink
doc review: remove redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentRouvreau committed Apr 19, 2023
1 parent bdfe6a1 commit a2ac2e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/python/gudhi/simplex_tree.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -811,9 +811,7 @@ cdef class SimplexTree:
del ptr

def __eq__(self, other:SimplexTree):
"""Test for structural equality
:returns: True if the 2 simplex trees are equal, False otherwise.
""":returns: True if the 2 complexes have the same simplices with the same filtration values, False otherwise.
:rtype: bool
"""
return dereference(self.get_ptr()) == dereference(other.get_ptr())
Expand Down

0 comments on commit a2ac2e5

Please sign in to comment.