From 5c90f8a31c863b051b0bb55ce57d9ba1cc3dffa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n?= Date: Tue, 26 Oct 2021 16:31:10 +0200 Subject: [PATCH] Update on @ulupo feedback Co-authored-by: Umberto Lupo <46537483+ulupo@users.noreply.github.com> --- gph/python/test/test_ripser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gph/python/test/test_ripser.py b/gph/python/test/test_ripser.py index e147f619..dcc6cfb0 100644 --- a/gph/python/test/test_ripser.py +++ b/gph/python/test/test_ripser.py @@ -433,7 +433,7 @@ def test_unsupported_coefficient(): coeff=gph_ripser.get_max_coefficient_field_supported()+1) -def test_cocycles_in_persistance_pair(): +def test_cocycles_in_persistence_pair(): """Test for a simple cocycle in a persistence pair The data and the results are taken from cocycles notebook of ripser.py package"""