summaryrefslogtreecommitdiff
path: root/src/python/gudhi/tensorflow/cubical_layer.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/gudhi/tensorflow/cubical_layer.py')
-rw-r--r--src/python/gudhi/tensorflow/cubical_layer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/gudhi/tensorflow/cubical_layer.py b/src/python/gudhi/tensorflow/cubical_layer.py
index 99d02d66..369b0e54 100644
--- a/src/python/gudhi/tensorflow/cubical_layer.py
+++ b/src/python/gudhi/tensorflow/cubical_layer.py
@@ -35,7 +35,7 @@ def _Cubical(Xflat, Xdim, dimensions):
class CubicalLayer(tf.keras.layers.Layer):
"""
- TensorFlow layer for computing cubical persistence out of a cubical complex
+ TensorFlow layer for computing the persistent homology of a cubical complex
"""
def __init__(self, dimensions, min_persistence=None, **kwargs):
"""