Re: [Numpy-discussion] Weird numpy.arange behavoir

2007-06-06 Thread Robert Kern
Luke wrote: > I am integrating some equations and need to generate rank 1 time > arrays to pass to my integrator. I need them to have the same > interval between each entry and have the same number of elements. In > matlab this is trivial, and it is in numpy as well, except I'm getting > some wei

[Numpy-discussion] Weird numpy.arange behavoir

2007-06-06 Thread Luke
I am integrating some equations and need to generate rank 1 time arrays to pass to my integrator. I need them to have the same interval between each entry and have the same number of elements. In matlab this is trivial, and it is in numpy as well, except I'm getting some weird behavoir: import n