tests: Choose different triangulation for ssring
authorStefan Huber <shuber@sthu.org>
Fri, 21 Nov 2014 19:24:48 +0000 (20:24 +0100)
committerStefan Huber <shuber@sthu.org>
Fri, 21 Nov 2014 19:24:48 +0000 (20:24 +0100)
tests/persistence.h

index 832457e505fd3d5a6ab81310e1913a741f0b12e2..4412d33decc29437ecfaffbae948cb43b2d5e630 100644 (file)
@@ -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;