summaryrefslogtreecommitdiff
path: root/src/cython/example/coordinate_graph_induced_complex.py
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-03-20 16:31:12 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-03-20 16:31:12 +0000
commitc8a65e03b91426befbd496e074a85b08b8ee91d8 (patch)
tree2859fe254c753d110a1d3cfb8ff4ee8209da7325 /src/cython/example/coordinate_graph_induced_complex.py
parent81a29b51428e902e89ce878cbcefb74239203414 (diff)
Add python unitary tests for cover complex
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/python_nerve_gic_vincent@3300 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 4152cbeaa7dda37e8bb2dd2fc9f115f3976695bb
Diffstat (limited to 'src/cython/example/coordinate_graph_induced_complex.py')
-rwxr-xr-xsrc/cython/example/coordinate_graph_induced_complex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/example/coordinate_graph_induced_complex.py b/src/cython/example/coordinate_graph_induced_complex.py
index 71b87f7a..9e93109a 100755
--- a/src/cython/example/coordinate_graph_induced_complex.py
+++ b/src/cython/example/coordinate_graph_induced_complex.py
@@ -33,7 +33,7 @@ parser = argparse.ArgumentParser(description='Coordinate GIC '
'from points read in a OFF file.',
epilog='Example: '
'example/coordinate_graph_induced_complex.py '
- '-f ../data/points/KleinBottle5D.off 0 -v'
+ '-f ../data/points/KleinBottle5D.off -c 0 -v'
'- Constructs the coordinate GIC with the '
'points from the given OFF file.')
parser.add_argument("-f", "--file", type=str, required=True)