summaryrefslogtreecommitdiff
path: root/src/python/test
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/test
parent2438a6c18b606dc49468895d9ffdb5dcc8f92439 (diff)
parent0f755b861c3702b8516dc31eef0ad66528485778 (diff)
Merge branch 'perslay' of https://github.com/MathieuCarriere/gudhi into perslay
Diffstat (limited to 'src/python/test')
-rw-r--r--src/python/test/test_perslay.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/test/test_perslay.py b/src/python/test/test_perslay.py
index bf0d54af..06497712 100644
--- a/src/python/test/test_perslay.py
+++ b/src/python/test/test_perslay.py
@@ -1,7 +1,7 @@
import numpy as np
import tensorflow as tf
from sklearn.preprocessing import MinMaxScaler
-from gudhi.tensorflow import *
+from gudhi.tensorflow.perslay import *
import gudhi.representations as gdr
def test_gaussian_perslay():