← Back to team overview

yade-users team mailing list archive

Re: [Question #647595]: save and loading

 

Question #647595 on Yade changed:
https://answers.launchpad.net/yade/+question/647595

    Status: Open => Answered

Jan Stránský proposed the following answer:
Hello,

> I am a new user

welcome :-)

use
O.run(100000,True) # note True argument
or
O.run(100000); O.wait()
to make yade wait until the desired number of steps are run. Otherwise Python continues to evaluate other commands immediately (in your case, saving the data at initial position)

cheers
Jan

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.