On Fri, 2013-03-01 at 09:24 -0500, Warren Weckesser wrote: > > In my jet-lag addled state, i can't see when this out[-1] > stop > case > > will occur, but I can take it as true. It does seem to be > problematic > > though. > > > Here you go: > > In [32]: end = 2.2 > > In [33]: x = arange(0.1, end, 0.3)
Thanks! I'll assert then that there should be an equivalent for floats that unambiguously returns a range for the half open interval. IMO this is more useful than a hacky version of linspace. Henry _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
