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

Commit

Permalink
Restore doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
jdemeyer committed Oct 3, 2014
1 parent 95b431d commit 5b77c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/matrix/matrix_integer_dense.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -3440,7 +3440,7 @@ cdef class Matrix_integer_dense(matrix_dense.Matrix_dense): # dense or sparse
80. The check that the determinant of a squared matrix is a
square is a sanity check that the result is probably correct::
sage: for s in [1..200]: # long time (6s on sage.math, 2013)
sage: for s in [1..80]: # long time (6s on sage.math, 2013)
... M = random_matrix(ZZ, s)
... d = (M*M).determinant()
... assert d.is_square()
Expand Down

0 comments on commit 5b77c78

Please sign in to comment.