From 4f9b8bfc0c75fcc0e23ce9859224fd889f365a2d Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Fri, 31 Mar 2017 08:58:27 +0000 Subject: Typo with Perseus-style file git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2291 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: d76201ecfd7a1f236a04243fe86ca4eb0c21d8b1 --- src/cython/test/test_cubical_complex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cython/test') diff --git a/src/cython/test/test_cubical_complex.py b/src/cython/test/test_cubical_complex.py index c8df8089..2e281ee4 100755 --- a/src/cython/test/test_cubical_complex.py +++ b/src/cython/test/test_cubical_complex.py @@ -45,7 +45,7 @@ def test_dimension_or_perseus_file_constructor(): test_file.write('2\n3\n3\n0\n0\n0\n0\n100\n0\n0\n0\n0\n') test_file.close() # CubicalComplex can be constructed from dimensions and - # top_dimensional_cells OR from a perseus file style name. + # top_dimensional_cells OR from a Perseus-style file name. cub = CubicalComplex(dimensions=[3, 3], top_dimensional_cells = [1,2,3,4,5,6,7,8,9], perseus_file='CubicalOneSphere.txt') -- cgit v1.2.3