-
-
Notifications
You must be signed in to change notification settings - Fork 661
Closed
Description
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.
Component: misc
Author: Jeroen Demeyer
Reviewer: David Roe
Merged: sage-5.8.beta2
Issue created by migration from https://trac.sagemath.org/ticket/14150