summaryrefslogtreecommitdiff
path: root/src/cython/example/rips_complex_diagram_persistence_from_correlation_matrix_file_example.py
diff options
context:
space:
mode:
authormcarrier <mcarrier@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-05-08 10:03:29 +0000
committermcarrier <mcarrier@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-05-08 10:03:29 +0000
commita0e9b3eb318c9ec708a396ce14af947c4eb6229e (patch)
tree75ca68fbbb32dc026a0b07e286d1350cf3b296dd /src/cython/example/rips_complex_diagram_persistence_from_correlation_matrix_file_example.py
parentb2f3d32845b9e3dac752311fbd3b750d8b6ba030 (diff)
parent979de853d97225b2b5466ec0a896a06dd08325e9 (diff)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/kernels@3422 636b058d-ea47-450e-bf9e-a15bfbe3eedb
Former-commit-id: a0433f51f7cb1147b4ad59ff1ef05f6b8251ed7a
Diffstat (limited to 'src/cython/example/rips_complex_diagram_persistence_from_correlation_matrix_file_example.py')
-rwxr-xr-xsrc/cython/example/rips_complex_diagram_persistence_from_correlation_matrix_file_example.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cython/example/rips_complex_diagram_persistence_from_correlation_matrix_file_example.py b/src/cython/example/rips_complex_diagram_persistence_from_correlation_matrix_file_example.py
index aa82ef71..4142fa99 100755
--- a/src/cython/example/rips_complex_diagram_persistence_from_correlation_matrix_file_example.py
+++ b/src/cython/example/rips_complex_diagram_persistence_from_correlation_matrix_file_example.py
@@ -10,7 +10,7 @@ import argparse
Author(s): Vincent Rouvreau
- Copyright (C) 2017 INRIA
+ Copyright (C) 2017 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
@@ -27,7 +27,7 @@ import argparse
"""
__author__ = "Vincent Rouvreau"
-__copyright__ = "Copyright (C) 2017 INRIA"
+__copyright__ = "Copyright (C) 2017 Inria"
__license__ = "GPL v3"
parser = argparse.ArgumentParser(description='RipsComplex creation from '