[Tutor] Problem with Saved File

2019-04-07 Thread Stephen P. Molnar
I am using Spyder v-3.3.3 on Debian Stretch and have written a script to process data from another application. I am having a problem saving the resulting file [A] as a column vector. The vector is saved by np.savetxt(name_s,[A]). When I open the file in Spyder it is a column vector, but whe

Re: [Tutor] Problem with Saved File

2019-04-06 Thread Alan Gauld via Tutor
On 05/04/2019 19:59, Stephen P. Molnar wrote: > I am using Spyder v-3.3.3 on Debian Stretch and have written a script to > process data from another application. I am having a problem saving the > resulting file [A] as a column vector. > > The vector is saved by np.savetxt(name_s,[A]). > > Wh

[Tutor] Problem with Saved File

2019-04-05 Thread Stephen P. Molnar
I am using Spyder v-3.3.3 on Debian Stretch and have written a script to process data from another application. I am having a problem saving the resulting file [A] as a column vector. The vector is saved by np.savetxt(name_s,[A]). When I open the file in Spyder it is a column vector, but whe