On Sun, Oct 18, 2009 at 12:03 PM, Gökhan Sever wrote:
> Hello,
>
> I have a relatively simple question which I couldn't figure out myself yet.
> I have an array that I am writing into a file using the following savetxt
> method.
>
> np.savetxt(fid, output_array, fmt='%12.4f', delimiter='')
>
>
> H
Hello,
I have a relatively simple question which I couldn't figure out myself yet.
I have an array that I am writing into a file using the following savetxt
method.
np.savetxt(fid, output_array, fmt='%12.4f', delimiter='')
However, I have made some changes on the code and I require to write aft