From 993da09e61bcf14e44cb9c0d6cfe624a67fa1bb9 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Fri, 21 Nov 2014 20:24:48 +0100 Subject: [PATCH] tests: Choose different triangulation for ssring --- tests/persistence.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/persistence.h b/tests/persistence.h index 832457e..4412d33 100644 --- a/tests/persistence.h +++ b/tests/persistence.h @@ -86,9 +86,9 @@ class persistence_TestSuite: public Test::Suite { /* 19 */ {2, {9, 14, 17}, 6.1101}, /* 20 */ {2, {7, 16, 18}, 6.1102}, /* 21 */ {2, {11, 17, 18}, 6.1103}, - /* 22 */ {1, {1, 6}, 6.12}, - /* 23 */ {2, {12, 13, 22}, 6.1201}, - /* 24 */ {2, {8, 16, 22}, 6.1202} + /* 22 */ {1, {3, 4}, 6.12}, + /* 23 */ {2, {12, 16, 22}, 6.1201}, + /* 24 */ {2, {8, 13, 22}, 6.1202} }; const size_t cntssring = sizeof(ssring)/sizeof(scomplex::simplex); ring.add_simplices(ssring, cntssring); @@ -207,6 +207,7 @@ class persistence_TestSuite: public Test::Suite { //std::cout << std::endl; //ballp.interpret_reduction(std::cout); //torusp.compute_diagrams(); + //torusp.interpret_reduction(std::cout); //torusp.interpret_persistence(std::cout); //std::cout << std::endl; //std::cout << std::endl; -- 2.30.2