From 5db6e0bf925aaf989e84e07edcf902a7e3ed57c1 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 21 Dec 2024 19:22:46 -0500 Subject: [PATCH] Comment out test until MapAt is improved in core. --- test/test_combinatorica_v09.py | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/test/test_combinatorica_v09.py b/test/test_combinatorica_v09.py index 8aac7db..95a3205 100644 --- a/test/test_combinatorica_v09.py +++ b/test/test_combinatorica_v09.py @@ -607,11 +607,14 @@ def test_2_1_to_2_3(): def test_4_1(): for str_expr, str_expected, message in ( - ( - "ConnectedComponents[ ExpandGraph[K[5], 10] ]", - "{{1}, {2}, {3}, {4}, {5}, {6}, {7}, {8}, {9}, {10}}", - "Unions and Intersections 4.1.1, Page 130", - ), + # Reinstate these two after MapAt is + + # ( + # "ConnectedComponents[ ExpandGraph[K[5], 10] ]", + # "{{1, 2, 3, 4, 5}, {6}, {7}, {8}, {9}, {10}}", + # "Unions and Intersections 4.1.1, Page 130", + # ), + # ( # "IdenticalQ[ GraphIntersection[Wheel[10], K[10]], Wheel[10]]", # "True",