summaryrefslogtreecommitdiff
path: root/src/cython/example/bottleneck_basic_example.py
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-03-22 07:49:43 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-03-22 07:49:43 +0000
commit61c5f3a96c33ce4e6a90fefaef03c7c474ce51b5 (patch)
tree5b3a5d45a5ce6f3f98a09b56ca67ab5339407464 /src/cython/example/bottleneck_basic_example.py
parent76658daa8112d622579a9fac7718f3f94f728862 (diff)
parent74d2aab913ce02ba1755ff4fc08e37e38cbb499a (diff)
Merge last trunk modifications
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cechcomplex_vincent@3301 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 148bef8bb2b7183e9535135b25a6ad369a42f79b
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')]]