summaryrefslogtreecommitdiff
path: root/src/python/gudhi/tensorflow
diff options
context:
space:
mode:
authorMathieuCarriere <mathieu.carriere3@gmail.com>2022-10-05 18:04:29 +0200
committerMathieuCarriere <mathieu.carriere3@gmail.com>2022-10-05 18:04:29 +0200
commit57d584a9c09762547692bafbf7f2f5220f5e9f98 (patch)
treeac5abd4b0771e6262698431823f763c0c418fbb1 /src/python/gudhi/tensorflow
parent4f54d360568fe87cc054206ca601e36ebe1c7f4d (diff)
parent524718d63a8f633dbcc4fe7db3fe920ebd7e972c (diff)
Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into perslay
Diffstat (limited to 'src/python/gudhi/tensorflow')
-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 3304e719..5df2c370 100644
--- a/src/python/gudhi/tensorflow/cubical_layer.py
+++ b/src/python/gudhi/tensorflow/cubical_layer.py
@@ -18,7 +18,7 @@ def _Cubical(Xflat, Xdim, dimensions, homology_coeff_field):
cc = CubicalComplex(dimensions=Xdim[::-1], top_dimensional_cells=Xflat)
cc.compute_persistence(homology_coeff_field=homology_coeff_field)
- # Retrieve and ouput image indices/pixels corresponding to positive and negative simplices
+ # Retrieve and output image indices/pixels corresponding to positive and negative simplices
cof_pp = cc.cofaces_of_persistence_pairs()
L_cofs = []