Skip to content

Commit 238c7c5

Browse files
committed
Fix tests
1 parent cb03043 commit 238c7c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/matrix/matrix_gfpn_dense.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,7 @@ cdef class Matrix_gfpn_dense(Matrix_dense):
689689
690690
TESTS::
691691
692+
sage: from sage.matrix.matrix_gfpn_dense import Matrix_gfpn_dense
692693
sage: K.<z> = GF(59)
693694
sage: M = MatrixSpace(K, 3, 4, implementation=Matrix_gfpn_dense)(range(12))
694695
sage: M

0 commit comments

Comments
 (0)