Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit a3ed6c3

Browse files
committed
Trac 30681: comment removed
1 parent 35ca1bd commit a3ed6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/matrix/matrix2.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2414,7 +2414,7 @@ cdef class Matrix(Matrix1):
24142414

24152415
sage: A = random_matrix(ZZ[x], 6)
24162416
sage: A = A - A.transpose()
2417-
sage: A.pfaffian(algorithm='bfl') == A._pf_perfect_matchings() # pfaffian method caches result
2417+
sage: A.pfaffian(algorithm='bfl') == A._pf_perfect_matchings()
24182418
True
24192419

24202420
"""

0 commit comments

Comments
 (0)