summaryrefslogtreecommitdiff
path: root/src/cython/example/bottleneck_basic_example.py
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-03-08 17:13:25 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-03-08 17:13:25 +0000
commitb77699a3188d6674427cffaa35f26ec57aadec8b (patch)
treed23abb1152ab21b1651c42b2fb5fb6575ceb4fdf /src/cython/example/bottleneck_basic_example.py
parent01bbbcdb241bbcffbb70f034105a839523f2cd5a (diff)
Web site review after Editorial Board
Do not need to import gudhi twice in py git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3270 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7d7a4bba27f4cbcad5f8b18cb86587a15e6a8435
Diffstat (limited to 'src/cython/example/bottleneck_basic_example.py')
-rwxr-xr-xsrc/cython/example/bottleneck_basic_example.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cython/example/bottleneck_basic_example.py b/src/cython/example/bottleneck_basic_example.py
index 31cecb29..a7fa01c1 100755
--- a/src/cython/example/bottleneck_basic_example.py
+++ b/src/cython/example/bottleneck_basic_example.py
@@ -28,8 +28,6 @@ __author__ = "Francois Godi, Vincent Rouvreau"
__copyright__ = "Copyright (C) 2016 INRIA"
__license__ = "GPL v3"
-import gudhi
-
diag1 = [[2.7, 3.7],[9.6, 14.],[34.2, 34.974], [3.,float('Inf')]]
diag2 = [[2.8, 4.45],[9.5, 14.1],[3.2,float('Inf')]]