#16453: Cythonize quiver paths
-------------------------------------+-------------------------------------
       Reporter:  SimonKing          |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.4
      Component:  algebra            |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Simon King         |    Reviewers:
Report Upstream:  N/A                |  Work issues:  Fix issue in bounded
         Branch:                     |  integer sequences
  u/SimonKing/cythonize_quiver_paths |       Commit:
   Dependencies:  #15820             |  043229740ec4760d5f1d0e7352fae82760e7f34f
                                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by chapoton):

 One failing doctest here:
 {{{
 File "src/sage/quivers/paths.pyx", line 773, in
 sage.quivers.paths.NewQuiverPath
 Failed example:
     p.__reduce__()
 Expected:
     (<...NewQuiverPath>,
      (Partial semigroup formed by the directed paths of Multi-digraph on 3
 vertices,
       1,
       3,
       (0, 4L, 1, 4, (4L,)),
       2L,
       2))
 Got:
     (<built-in function NewQuiverPath>,
      (Partial semigroup formed by the directed paths of Multi-digraph on 3
 vertices,
       1,
       3,
       (0, 4L, 1, 8, (4L,)),
       2L,
       2))
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/16453#comment:67>
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/d/optout.

Reply via email to