Skip to content

Commit cf39a48

Browse files
committed
Skip flakey doctest
1 parent 02d33a2 commit cf39a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flint/types/acb_mat.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ cdef class acb_mat(flint_mat):
742742
The *algorithm* can also be set to "approx" to compute
743743
approximate eigenvalues and/or eigenvectors without error bounds.
744744
745-
>>> for c in acb_mat.dft(4).eig(algorithm="approx"): print(c.str(radius=False))
745+
>>> for c in acb_mat.dft(4).eig(algorithm="approx"): print(c.str(radius=False)) # doctest: +SKIP
746746
...
747747
-0.999999999999999 - 7.85046229341892e-17j
748748
-2.35513868802566e-16 - 1.00000000000000j

0 commit comments

Comments
 (0)