yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #23905
Re: [Question #692823]: How to output a list throughout timestep
Question #692823 on Yade changed:
https://answers.launchpad.net/yade/+question/692823
Robert Caulk posted a new comment:
For someone who stumbles upon this:
The answer is to use O.iter as a string in your file name:
np.savetxt(OUT+'-Force-'+str(O.iter)+'.txt',list_force, delimiter=',')
--
You received this question notification because your team yade-users is
an answer contact for Yade.