From c8a65e03b91426befbd496e074a85b08b8ee91d8 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Tue, 20 Mar 2018 16:31:12 +0000 Subject: 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 --- src/cython/example/coordinate_graph_induced_complex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cython/example') 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) -- cgit v1.2.3