Re: [Numpy-discussion] Fwd: Package: scipy-0.11.0-0.1.rc2.fc18 Tag: f18-updates-candidate Status: failed Built by: orion

2013-02-13 Thread Orion Poplawski
On 02/13/2013 05:33 PM, Charles R Harris wrote: > > > On Wed, Feb 13, 2013 at 5:18 PM, Ondřej Čertík > wrote: > > Orion, > > On Wed, Feb 13, 2013 at 4:06 PM, Orion Poplawski > mailto:or...@cora.nwra.com>> wrote: > > > > > dsbevx_ > > Looks suspicious. T

Re: [Numpy-discussion] Fwd: Package: scipy-0.11.0-0.1.rc2.fc18 Tag: f18-updates-candidate Status: failed Built by: orion

2013-02-13 Thread Orion Poplawski
On 02/13/2013 05:18 PM, Ondřej Čertík wrote: >> >> (gdb) up 3 >> #3 0x7121816c in PyArray_IterNew (obj=> 0xe02fd0>) >> at numpy/core/src/multiarray/iterators.c:385 >> 385 it = (PyArrayIterObject >> *)PyArray_malloc(sizeof(PyArrayIterObject)); >> (gdb) print *obj >> $4 = {ob_re

Re: [Numpy-discussion] Fwd: Package: scipy-0.11.0-0.1.rc2.fc18 Tag: f18-updates-candidate Status: failed Built by: orion

2013-02-13 Thread Charles R Harris
On Wed, Feb 13, 2013 at 5:18 PM, Ondřej Čertík wrote: > Orion, > > On Wed, Feb 13, 2013 at 4:06 PM, Orion Poplawski > wrote: > dsbevx_ Looks suspicious. There was a problem with 3.3and scipy in that function which should be fixed in the next release. S

Re: [Numpy-discussion] Fwd: Package: scipy-0.11.0-0.1.rc2.fc18 Tag: f18-updates-candidate Status: failed Built by: orion

2013-02-13 Thread Ondřej Čertík
Orion, On Wed, Feb 13, 2013 at 4:06 PM, Orion Poplawski wrote: > On 09/21/2012 11:41 AM, Ondřej Čertík wrote: >> >> Hi Orion, >> >> On Thu, Sep 20, 2012 at 2:56 PM, Orion Poplawski >> wrote: >>> >>> This is a plea for some help. We've been having trouble getting scipy to >>> pass all of the tes

Re: [Numpy-discussion] Fwd: Package: scipy-0.11.0-0.1.rc2.fc18 Tag: f18-updates-candidate Status: failed Built by: orion

2013-02-13 Thread Orion Poplawski
On 09/21/2012 11:41 AM, Ondřej Čertík wrote: > Hi Orion, > > On Thu, Sep 20, 2012 at 2:56 PM, Orion Poplawski wrote: >> This is a plea for some help. We've been having trouble getting scipy to >> pass all of the tests in the Fedora 18 build with python 3.3 (although it >> seems to build okay in F

Re: [Numpy-discussion] example reading binary Fortran file

2013-02-13 Thread Pradeep Jha
Pradeep Jha gmail.com> writes: > > > > Hello, > > I am trying to read a fortran unformatted binary file with > FortranFile as follows but I get an error. > - > >>> from FortranFile import FortranFile > >>> f = FortranFile("vor_465.float",endian="<") > >