Re: 01/01: gnu: python-numpy-bootstrap: Reduce matrix size in failing test.

2014-12-15 Thread Ludovic Courtès
Federico Beffa skribis: > One more thing: the function causing the test to fail is implemented > making use of ATLAS. However, the log does not show ATLAS being built > before numpy (as I would expect given the #:substitutable? #f > argument). If the machines to which hydra distributes the jobs a

Re: 01/01: gnu: python-numpy-bootstrap: Reduce matrix size in failing test.

2014-12-15 Thread Federico Beffa
On Mon, Dec 15, 2014 at 9:41 AM, Federico Beffa wrote: > On Sun, Dec 14, 2014 at 11:54 PM, Ludovic Courtès wrote: >> Federico Beffa skribis: >> >>> +(alist-cons-before >>> + 'check 'fix-failing-tests >>> + (lambda _ >>> + (substitute* (find-files "numpy/linalg/t

Re: 01/01: gnu: python-numpy-bootstrap: Reduce matrix size in failing test.

2014-12-15 Thread Federico Beffa
On Sun, Dec 14, 2014 at 11:54 PM, Ludovic Courtès wrote: > Federico Beffa skribis: > >> +(alist-cons-before >> + 'check 'fix-failing-tests >> + (lambda _ >> + (substitute* (find-files "numpy/linalg/tests" >> +"test_regression\\

Re: 01/01: gnu: python-numpy-bootstrap: Reduce matrix size in failing test.

2014-12-14 Thread Ludovic Courtès
Federico Beffa skribis: > +(alist-cons-before > + 'check 'fix-failing-tests > + (lambda _ > + (substitute* (find-files "numpy/linalg/tests" > +"test_regression\\.py") > + (("x = np.eye(1000, 66)") > +