From: Stefan Huber Date: Fri, 21 Nov 2014 19:24:48 +0000 (+0100) Subject: tests: Choose different triangulation for ssring X-Git-Tag: v0.1~4 X-Git-Url: https://git.sthu.org/?p=libstick.git;a=commitdiff_plain;h=993da09e61bcf14e44cb9c0d6cfe624a67fa1bb9 tests: Choose different triangulation for ssring --- 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;