[Numpy-discussion] Datetime overflow error, attn Stefan.

2010-05-08 Thread Charles R Harris
Hi Stefan, The windows buildbot throws the error = FAIL: test_creation_overflow (test_datetime.TestDateTime) -- Traceback (most recent call last): File

[Numpy-discussion] Another masked array question

2010-05-08 Thread Gökhan Sever
Hello, Consider my masked arrays: I[28]: type basic.data['Air_Temp'] - type(basic.data['Air_Temp']) O[28]: numpy.ma.core.MaskedArray I[29]: basic.data['Air_Temp'] O[29]: masked_array(data = [-- -- -- ..., -- -- --], mask = [ True True True ..., True True True],

Re: [Numpy-discussion] Datetime overflow error, attn Stefan.

2010-05-08 Thread Charles R Harris
On Sat, May 8, 2010 at 6:44 PM, Charles R Harris charlesr.har...@gmail.comwrote: Hi Stefan, The windows buildbot throws the error = FAIL: test_creation_overflow (test_datetime.TestDateTime)

Re: [Numpy-discussion] Another masked array question

2010-05-08 Thread Ryan May
On Sat, May 8, 2010 at 7:52 PM, Gökhan Sever gokhanse...@gmail.com wrote: Hello, Consider my masked arrays: I[28]: type basic.data['Air_Temp'] - type(basic.data['Air_Temp']) O[28]: numpy.ma.core.MaskedArray I[29]: basic.data['Air_Temp'] O[29]: masked_array(data = [-- -- -- ..., --

Re: [Numpy-discussion] Another masked array question

2010-05-08 Thread Gökhan Sever
On Sat, May 8, 2010 at 9:16 PM, Ryan May rma...@gmail.com wrote: On Sat, May 8, 2010 at 7:52 PM, Gökhan Sever gokhanse...@gmail.com wrote: Hello, Consider my masked arrays: I[28]: type basic.data['Air_Temp'] - type(basic.data['Air_Temp']) O[28]: numpy.ma.core.MaskedArray

Re: [Numpy-discussion] Another masked array question

2010-05-08 Thread Eric Firing
On 05/08/2010 04:16 PM, Ryan May wrote: On Sat, May 8, 2010 at 7:52 PM, Gökhan Severgokhanse...@gmail.com wrote: Hello, Consider my masked arrays: I[28]: type basic.data['Air_Temp'] - type(basic.data['Air_Temp']) O[28]: numpy.ma.core.MaskedArray I[29]: basic.data['Air_Temp']

Re: [Numpy-discussion] Another masked array question

2010-05-08 Thread Gökhan Sever
On Sat, May 8, 2010 at 9:29 PM, Eric Firing efir...@hawaii.edu wrote: On 05/08/2010 04:16 PM, Ryan May wrote: On Sat, May 8, 2010 at 7:52 PM, Gökhan Severgokhanse...@gmail.com wrote: Hello, Consider my masked arrays: I[28]: type basic.data['Air_Temp'] -

[Numpy-discussion] pareto docstring

2010-05-08 Thread T J
The docstring for np.pareto says: This is a simplified version of the Generalized Pareto distribution (available in SciPy), with the scale set to one and the location set to zero. Most authors default the location to one. and also: The probability density for the Pareto