Skip to content

Commit

Permalink
Comment out test until MapAt is improved in core.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Dec 22, 2024
1 parent f4e1e2a commit 5db6e0b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions test/test_combinatorica_v09.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5db6e0b

Please sign in to comment.