Re: [Numpy-discussion] numpy.load truncates read from network file on XP

2011-04-28 Thread Nadav Horesh
Several time I encountered problems in transfering large files between XP stations on a wireless network. Could be a result of the unsafe UDP prtocol used by microsoft network protocol (do not have a vista/7 machines to test it). Nadav From: numpy-disc

Re: [Numpy-discussion] numpy.load truncates read from network file on XP

2011-04-28 Thread Bruce Southey
On Thu, Apr 28, 2011 at 4:22 PM, Dan Halbert wrote: > I'm having trouble loading a large remote .npy file on Windows XP. This is on > numpy-1.3.0 on Windows XP SP3: > >    numpy.load(r'\\myserver\mydir\big.npy') > > will fail with this sort of error being printed: >    "14328000 items requested b

[Numpy-discussion] numpy.load truncates read from network file on XP

2011-04-28 Thread Dan Halbert
I'm having trouble loading a large remote .npy file on Windows XP. This is on numpy-1.3.0 on Windows XP SP3: numpy.load(r'\\myserver\mydir\big.npy') will fail with this sort of error being printed: "14328000 items requested but only 54 read" and then I get this with a backtrace: "Val

Re: [Numpy-discussion] Zero row in SVD's unitary matrix on some Mac's

2011-04-28 Thread Jason Grout
On 4/26/11 3:18 PM, Jason Grout wrote: > On 4/26/11 11:49 AM, Pauli Virtanen wrote: >> But apparently either there's a bug, or the LAPACK man page needs to >> be understood as you say. > > I've posted a question to the Lapack forum: > > http://icl.cs.utk.edu/lapack-forum/viewtopic.php?f=2&t=2402 W