Re: [Numpy-discussion] Unexpected tofile() behavior

2010-02-04 Thread Jeffery Kline
On Feb 4, 2010, at 4:02 PM, Christopher Barker wrote: > Jeffery Kline wrote: >> Am I doing something stupid or overlooking something obvious? >> >> My system is Mac os x 10.6.2, running python 2.6.4. > > Mac OS is case=preserving, but not case dependent with file

[Numpy-discussion] Unexpected tofile() behavior

2010-02-04 Thread Jeffery Kline
I am experiencing unexpected behavior with the tofile() function. I try to write two files with but distinct names, but only one of the files is written. The following code illustrates. For me, it only writes the file 't.bin'. from numpy import * t=arange(0,1,0.1) T=arange(0,1,0.1) t.tofile('t.