#15572: Exceptions when multiedges/loops are not supported
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  ncohen                 |       Status:  needs_work
           Type:         |    Milestone:  sage-6.1
  defect                 |   Resolution:
       Priority:  major  |    Merged in:
      Component:  graph  |    Reviewers:  Jean-Baptiste Priez
  theory                 |  Work issues:
       Keywords:         |       Commit:
        Authors:         |  b7f01c979aa1e16b1295b6673cd1fdc7f3de7740
  Nathann Cohen          |     Stopgaps:
Report Upstream:  N/A    |
         Branch:         |
  u/ncohen/15572         |
   Dependencies:         |
-------------------------+-------------------------------------------------
Changes (by vbraun):

 * status:  positive_review => needs_work


Comment:

 Doctest failures:
 {{{
 sage -t --long src/sage/graphs/digraph.py
 **********************************************************************
 File "src/sage/graphs/digraph.py", line 1035, in
 sage.graphs.digraph.DiGraph.is_directed_acyclic
 Failed example:
     g.allow_loops(True)
 Exception raised:
     Traceback (most recent call last):
       File "/mnt/SSD1/mod_buildslave/sage_git/build/local/lib/python2.7
 /site-packages/sage/doctest/forker.py", line 480, in _run
         self.execute(example, compiled, test.globs)
       File "/mnt/SSD1/mod_buildslave/sage_git/build/local/lib/python2.7
 /site-packages/sage/doctest/forker.py", line 839, in execute
         exec compiled in globs
       File "<doctest
 sage.graphs.digraph.DiGraph.is_directed_acyclic[11]>", line 1, in <module>
         g.allow_loops(True)
     NameError: name 'g' is not defined
 **********************************************************************
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/15572#comment:6>
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