[Numpy-discussion] Warnings in NumPy SVN

Fernando Perez Fernando.Perez at colorado.edu
Thu Apr 27 10:04:01 EDT 2006


Sasha wrote:
> On 4/27/06, Travis Oliphant <oliphant.travis at ieee.org> wrote:
> 
>>[...]
>>The function (or macro) needs to implement the operation on the basic
>>data-type and if necessary set an error-flag in the floating-point
>>registers.
>>
>>If anybody has time to help implement these basic operations, it would
>>be greatly appreciated.
> 
> 
> I can help.  To make sure we don't duplicate our effort, let's do the following:
> 
> 1. I will add place-holders for all the necessary functions to make
> them return "NotImplemented".

just a minor reminder:

   raise NotImplementedError

is the standard idiom for this.

Cheers,

f




More information about the NumPy-Discussion mailing list