Skip to content

Commit e62055e

Browse files
committed
modified test_methodcaller
1 parent 0c07aa6 commit e62055e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_methodcaller.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ def distance(self, a, b, c, d):
3636
]
3737

3838
print(sortingx.heap(points, key=methodcaller('distance', 0, 0, 0, 0)))
39-
# print(sortingx.merge(points))
40-
# print(sortingx.insert(points, reverse=True))
39+
# print(sortingx.heap(points))
40+
# print(sortingx.heap(points, reverse=True))

0 commit comments

Comments
 (0)