|
From: Benjamin R. <ben...@ou...> - 2015-03-11 21:16:14
|
What 3D array? There shouldn't be any 3D arrays. I suspect that x_t is only
accidentally 3d by having a shape like (N, M, 1) or (1, N, M).
Ben Root
On Wed, Mar 11, 2015 at 5:05 PM, Prahas David Nafissian <
pra...@gm...> wrote:
> Hello,
>
> Solved the write issue.
>
> I tried numpy savetxt but it chokes on 3D arrays.
>
> So I'm doing this:
>
> x_t.tofile('test3.txt',sep=" ",format="%f")
>
> Only issue -- no end-of-lines. But I can write a quick
> Pascal program to fix this...
>
> Once again, thanks!
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
|