[Numpy-discussion] Nanmean review

Arnaldo Russo arnaldorusso at gmail.com
Sun Aug 11 19:10:16 EDT 2013


Congratulations!!

I have been waiting for a long time to see a nanmean function inside numpy.
I never looked inside this function, but I'm happy seeing this discussion
on github!

Cheers,
Arnaldo.






---
*Arnaldo D'Amaral Pereira Granja Russo*
Lab. de Estudos dos Oceanos e Clima
Instituto de Oceanografia - FURG




2013/8/10 Ralf Gommers <ralf.gommers at gmail.com>

>
>
>
> On Sat, Aug 10, 2013 at 12:48 AM, David Reed <david.reed.c at gmail.com>wrote:
>
>>
>> Hello,
>>
>> This is my first time contributing and I was hoping to get a review of a
>> change I made.  Here is the comparison link.
>>
>> https://github.com/dvreed77/numpy/compare/nanmean
>>
>
> Hi David, your contribution looks good and adding nanmean is a good idea.
> However, your code happens to overlap for almost 100% with an already
> submitted pull request: https://github.com/numpy/numpy/pull/3534. I
> suggest that you compare your implementation with the one in PR-3534, and
> maybe you can add an example there or fix some inconsistency.
>
> This doesn't seem all that consistent by the way. The PR doesn't have an
> example, so I don't know if it behaves the same:
>
>     >>> np.nanmean([1, np.nan, np.inf])       inf
> >>> np.nanmean([1, np.nan, np.inf, np.NINF])       nan
> Cheers,
> Ralf
>
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20130811/bd27059f/attachment.html>


More information about the NumPy-Discussion mailing list