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

Commit

Permalink
Trac #17220: Adapt doctest to include FutureWarning
Browse files Browse the repository at this point in the history
In commit b666ea2, the ComplexBallField
was marked as experimental. Thus the doctests here have to reflect that.
  • Loading branch information
cheuberg committed May 24, 2015
1 parent 556651a commit 1dd4c89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sage/matrix/matrix_complex_ball_dense.pyx
Expand Up @@ -105,6 +105,10 @@ cdef class Matrix_complex_ball_dense(matrix_dense.Matrix_dense):
sage: from sage.rings.complex_ball_acb import ComplexBallField # optional - arb
sage: CBF = ComplexBallField() # optional - arb
doctest:...: FutureWarning: This class/method/function is marked as
experimental. It, its functionality or its interface might change
without a formal deprecation.
See http://trac.sagemath.org/17218 for details.
sage: MatrixSpace(CBF, 3)(2) # optional - arb
[2.000000000000000 0 0]
[ 0 2.000000000000000 0]
Expand Down

0 comments on commit 1dd4c89

Please sign in to comment.