#16901: cythonized function in combinatorial designs must be interruptible
-------------------------------------+-------------------------------------
       Reporter:  vdelecroix         |        Owner:
           Type:  defect             |       Status:  positive_review
       Priority:  major              |    Milestone:  sage-6.4
      Component:  combinatorial      |   Resolution:
  designs                            |    Merged in:
       Keywords:                     |    Reviewers:  Nathann Cohen
        Authors:  Vincent Delecroix  |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  4917f8563795f8976910c7d798ae7909b3a0396d
  u/vdelecroix/16901                 |     Stopgaps:
   Dependencies:  #16879             |
-------------------------------------+-------------------------------------

Comment (by vbraun):

 Doesn't work. Also, use bint for what would be a boolean in Python and int
 for integers. E.g. simplifies debugging if you can just switch the method
 to cpdef and you get a Python boolean instead of some integer.

 {{{
 sage -t --long --warn-long 43.5
 src/sage/combinat/designs/orthogonal_arrays_find_recursive.pyx  # 13
 doctests failed
 sage -t --long --warn-long 43.5
 src/sage/combinat/designs/orthogonal_arrays_build_recursive.py  # 3
 doctests failed
 sage -t --long --warn-long 43.5
 src/sage/combinat/designs/orthogonal_arrays.py  # 11 doctests failed
 }}}

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