summaryrefslogtreecommitdiff
path: root/src/cython/example/ex_clustering.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/example/ex_clustering.py')
-rw-r--r--src/cython/example/ex_clustering.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/example/ex_clustering.py b/src/cython/example/ex_clustering.py
index bee82414..44b3d610 100644
--- a/src/cython/example/ex_clustering.py
+++ b/src/cython/example/ex_clustering.py
@@ -6,7 +6,7 @@ import sys
sys.path.append("../sktda/")
from clustering import *
-X = np.loadtxt("human")
+X = np.loadtxt("../../../data/points/human")
print("Mapper computation with point cloud")
mapper = MapperComplex(inp="point cloud",