Skip to content

Commit d7ca4e5

Browse files
committed
Move comment to more apt place..
Other code got added to separate the comment from what it was talking about.
1 parent ddc8ff9 commit d7ca4e5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/test_combinatorica.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010

1111
def test_combinatorica():
12-
# Permutation[3] doesn't work
1312
session.evaluate(
1413
"""
1514
Needs["DiscreteMath`CombinatoricaLite`"]
@@ -18,6 +17,8 @@ def test_combinatorica():
1817

1918
# A number of examples from Computation Discrete Mathematics by
2019
# Sriram Pemmaraju and Steven Skiena
20+
21+
# Permutation[3] doesn't work
2122
permutations3 = (
2223
r"{{1, 2, 3}, {1, 3, 2}, {2, 1, 3}, {2, 3, 1}, {3, 1, 2}, {3, 2, 1}}"
2324
)

0 commit comments

Comments
 (0)