On 07/10/2007, Gary Ruben <[EMAIL PROTECTED]> wrote: > Try using astype. This works: > > values = array(wavearray.split()).astype(float)
Thanks Gary, that does the trick. Cheers Adam _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
