#15109: Failing doctests in sage.matrix.matrix_domain_dense
--------------------------+------------------------------------------------
       Reporter:  caruso  |        Owner:
           Type:  defect  |       Status:  needs_info
       Priority:  minor   |    Milestone:  sage-5.12
      Component:          |   Resolution:
  doctest coverage        |    Merged in:
       Keywords:          |    Reviewers:  Travis Scrimshaw, Jeroen Demeyer
  failing doctests        |  Work issues:
        Authors:  Xavier  |       Commit:
  Caruso                  |     Stopgaps:
Report Upstream:  N/A     |
         Branch:          |
   Dependencies:          |
--------------------------+------------------------------------------------

Comment (by caruso):

 This module is actually not included in `module_list.py`:

 {{{
 #Extension('sage.matrix.matrix_domain_dense',
 #          sources = ['sage/matrix/matrix_domain_dense.pyx']),
 }}}

 It's the same for the module `sage.matrix.matrix_domain_sparse`. Should we
 remove the two corresponding files from the distribution?


 By the way, these commented lines in `modules_list.py` do not correspond
 to actual files.

 {{{
 #Extension('sage.matrix.matrix_cyclo_sparse',
 #          sources = ['sage/matrix/matrix_cyclo_sparse.pyx']),

 #Extension('sage.matrix.matrix_pid_dense',
 #          sources = ['sage/matrix/matrix_pid_dense.pyx']),

 #Extension('sage.matrix.matrix_pid_sparse',
 #          sources = ['sage/matrix/matrix_pid_sparse.pyx']),

 #Extension('sage.matrix.padics.matrix_padic_capped_relative_dense',
 #          sources =
 ['sage/matrix/padics/matrix_padic_capped_relative_dense.pyx']),

 #Extension('sage.rings.real_rqdf',
 #          sources = ["sage/rings/real_rqdf.pyx"],
 #          libraries = ['qd', 'm', 'stdc++','gmp','mpfr' ],
 #          language='c++'),
 }}}

 Can we delete them?

--
Ticket URL: <http://trac.sagemath.org/ticket/15109#comment:21>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to