|
From: Prahas D. N. <pra...@gm...> - 2015-03-11 21:05:14
|
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!
|