Re: [Numpy-discussion] numpy.testing.raises lacks the definition of make_decorator

2008-04-17 Thread Matthieu Brucher
Thank you ! Matthieu 2008/4/17, Robert Kern <[EMAIL PROTECTED]>: > > On Thu, Apr 17, 2008 at 9:07 AM, Matthieu Brucher > <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I'm trying to use raises with numpy, but when I call nosetests, it tells > me > > that make_decorator is not defined. And indeed, it

Re: [Numpy-discussion] numpy.testing.raises lacks the definition of make_decorator

2008-04-17 Thread Robert Kern
On Thu, Apr 17, 2008 at 9:07 AM, Matthieu Brucher <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to use raises with numpy, but when I call nosetests, it tells me > that make_decorator is not defined. And indeed, it is not defined or > imported in this file, but in nose/tools.py Fixed in r5042. -

[Numpy-discussion] numpy.testing.raises lacks the definition of make_decorator

2008-04-17 Thread Matthieu Brucher
Hi, I'm trying to use raises with numpy, but when I call nosetests, it tells me that make_decorator is not defined. And indeed, it is not defined or imported in this file, but in nose/tools.py Matthieu -- French PhD student Website : http://matthieu-brucher.developpez.com/ Blogs : http://matt.ei