summaryrefslogtreecommitdiff
path: root/cython/example/bottleneck_basic_example.py
diff options
context:
space:
mode:
Diffstat (limited to 'cython/example/bottleneck_basic_example.py')
-rwxr-xr-xcython/example/bottleneck_basic_example.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/cython/example/bottleneck_basic_example.py b/cython/example/bottleneck_basic_example.py
index 31cecb29..287956e7 100755
--- a/cython/example/bottleneck_basic_example.py
+++ b/cython/example/bottleneck_basic_example.py
@@ -8,7 +8,7 @@ import gudhi
Author(s): Francois Godi, Vincent Rouvreau
- Copyright (C) 2016 INRIA
+ Copyright (C) 2016 Inria
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -25,11 +25,9 @@ import gudhi
"""
__author__ = "Francois Godi, Vincent Rouvreau"
-__copyright__ = "Copyright (C) 2016 INRIA"
+__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')]]