summaryrefslogtreecommitdiff
path: root/src/python/gudhi/tensorflow/__init__.py
diff options
context:
space:
mode:
authorMathieuCarriere <mathieu.carriere3@gmail.com>2022-11-21 10:45:33 +0100
committerMathieuCarriere <mathieu.carriere3@gmail.com>2022-11-21 10:45:33 +0100
commitffdbd5ced452530c8ee63a50d5bdf1fe797679a9 (patch)
treecd90ec355e7a0052b0a3c0acacbedd2c1a431538 /src/python/gudhi/tensorflow/__init__.py
parent2438a6c18b606dc49468895d9ffdb5dcc8f92439 (diff)
parent0f755b861c3702b8516dc31eef0ad66528485778 (diff)
Merge branch 'perslay' of https://github.com/MathieuCarriere/gudhi into perslay
Diffstat (limited to 'src/python/gudhi/tensorflow/__init__.py')
-rw-r--r--src/python/gudhi/tensorflow/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/python/gudhi/tensorflow/__init__.py b/src/python/gudhi/tensorflow/__init__.py
index fe01b9cc..1599cf52 100644
--- a/src/python/gudhi/tensorflow/__init__.py
+++ b/src/python/gudhi/tensorflow/__init__.py
@@ -1,6 +1,5 @@
from .cubical_layer import CubicalLayer
from .lower_star_simplex_tree_layer import LowerStarSimplexTreeLayer
from .rips_layer import RipsLayer
-from .perslay import *
-__all__ = ["Perslay", "GridPerslayWeight", "GaussianMixturePerslayWeight", "PowerPerslayWeight", "GaussianPerslayPhi", "TentPerslayPhi", "FlatPerslayPhi", "LowerStarSimplexTreeLayer", "RipsLayer", "CubicalLayer"]
+__all__ = ["LowerStarSimplexTreeLayer", "RipsLayer", "CubicalLayer"]