Ticket #2466 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

[with patch, positive review] 2.10.3: doctest failure in const.tex

Reported by: mabshoff Owned by: failure
Priority: blocker Milestone: sage-2.10.3
Component: doctest coverage Keywords:
Cc: Work issues:
Report Upstream: Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

sage -t -long devel/doc-main/const/const.tex
**********************************************************************
File "const.py", line 1544:
    : A.eigenspaces() #random output
Exception raised:
    Traceback (most recent call last):
      File "/scratch/mabshoff/release-cycle/sage-2.10.3.rc4/local/lib/python2.5/doctest.py", line 1212, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__.example_47[5]>", line 1, in <module>
        print "ignore this";  A.eigenspaces() #random output###line 1544:
    : A.eigenspaces() #random output
      File "matrix2.pyx", line 2198, in sage.matrix.matrix2.Matrix.eigenspaces
    NotImplementedError: won't use generic algorithm for inexact base rings, pass the option even_if_inexact=True if you really want this.
**********************************************************************

Attachments

doc-2466.patch Download (672 bytes) - added by was 5 years ago.

Change History

Changed 5 years ago by was

comment:1 Changed 5 years ago by was

  • Summary changed from 2.10.3: doctest failure in const.tex to [with patch] 2.10.3: doctest failure in const.tex

comment:2 Changed 5 years ago by was

  • Status changed from new to closed
  • Resolution set to fixed

comment:3 Changed 5 years ago by mabshoff

  • Summary changed from [with patch] 2.10.3: doctest failure in const.tex to [with patch, positive review] 2.10.3: doctest failure in const.tex

Patch looks good to me. Positive review.

comment:4 Changed 5 years ago by mabshoff

Merged in Sage 2.10.3.rc5

Note: See TracTickets for help on using tickets.