[PATCH] Better error message for MemoizeArg.process.

2008-10-16 Thread fabian . seoane
From: Fabian Seoane <[EMAIL PROTECTED]> Since certain Sympy types emulate de behaviour of numerical types, you could end up with the following unhelpfull error message: ValueError: sympy/core/numbers.py:488:function __new__ 2-th argument must be of type (, , ) but got 2 The output of this is

Re: [PATCH] Better error message for MemoizeArg.process.

2008-10-16 Thread Ondrej Certik
+1 On Fri, Oct 17, 2008 at 1:55 AM, <[EMAIL PROTECTED]> wrote: > > From: Fabian Seoane <[EMAIL PROTECTED]> > > Since certain Sympy types emulate de behaviour of numerical types, you could > end up > with the following unhelpfull error message: > > ValueError: sympy/core/numbers.py:488:function

Re: [PATCH] Better error message for MemoizeArg.process.

2008-10-16 Thread Ondrej Certik
>> Since certain Sympy types emulate de behaviour of numerical types, you could >> end up >> with the following unhelpfull error message: Well, de -> the. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sympy-patc