summaryrefslogtreecommitdiff
path: root/src/cython/test
diff options
context:
space:
mode:
authorglisse <glisse@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-07-20 15:03:46 +0000
committerglisse <glisse@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-07-20 15:03:46 +0000
commitf5c97bc9fd1c247045d35ddf261f9afe4d024406 (patch)
treea4de1cf4a030ced6f4a95fc3847a3fe582168b1f /src/cython/test
parent5bd32fe1ffae29a7e30e634a2a1fe707805ab820 (diff)
First try at interfacing the sparse rips in python. Needs at least documentation and tests.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/sparserips-python@3697 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 75bef59e90355853ee24807ca7453c4bb0a38f43
Diffstat (limited to 'src/cython/test')
-rwxr-xr-xsrc/cython/test/test_rips_complex.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cython/test/test_rips_complex.py b/src/cython/test/test_rips_complex.py
index c37b5400..2eb1c61c 100755
--- a/src/cython/test/test_rips_complex.py
+++ b/src/cython/test/test_rips_complex.py
@@ -30,7 +30,6 @@ __license__ = "GPL v3"
def test_empty_rips():
rips_complex = RipsComplex()
- assert rips_complex.__is_defined() == True
def test_rips_from_points():
point_list = [[0, 0], [1, 0], [0, 1], [1, 1]]