yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #25128
Re: [Question #695886]: no file output by running yade -n *.py
Question #695886 on Yade changed:
https://answers.launchpad.net/yade/+question/695886
Status: Open => Answered
Jan Stránský proposed the following answer:
Hello,
> if I run 'yade 02.py' and go into the graphical interface, I click the
start bottom and run the simulation, and then I have the file output
'bbb.txt.bz2'.
the difference is that in GUI, you click "run". You have no such command in the script.
Note the difference between
O.run # as in your script
and
O.run() # as was intended?
cheers
Jan
--
You received this question notification because your team yade-users is
an answer contact for Yade.