#14150: Fix wait() in @parallel
------------------------+---------------------------------------------------
   Reporter:  jdemeyer  |             Owner:  jason         
       Type:  defect    |            Status:  new           
   Priority:  major     |         Milestone:  sage-5.8      
  Component:  misc      |          Keywords:                
Work issues:            |   Report Upstream:  N/A           
  Reviewers:            |           Authors:  Jeroen Demeyer
  Merged in:            |      Dependencies:                
   Stopgaps:            |  
------------------------+---------------------------------------------------
 The new doctesting framework sometimes gets:
 {{{
 sage -t --long devel/sage/sage/homology/simplicial_complex.py
 **********************************************************************
 File "devel/sage/sage/homology/simplicial_complex.py", line 2188, in
 sage.homology.simplicial_complex.SimplicialComplex.is_cohen_macaulay
 Failed example:
     S.is_cohen_macaulay(ncpus=3)
 Expected:
     False
 Got:
     Exception OSError: (10, 'No child processes') in <generator object
 __call__ at 0x646f1e0> ignored
     False
 **********************************************************************
 }}}

 Fix this.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14150>
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to