← Back to team overview

yade-dev team mailing list archive

[Bug 394687] Re: different results for same initial simulation (uninitialized values?)

 

In that case it is a bug in your script, not in yade; the try...except
block will stop execution of commands when an exception is raised, going
to the except clause directly.

-- 
different results for same initial simulation (uninitialized values?)
https://bugs.launchpad.net/bugs/394687
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.

Status in Yet Another Dynamic Engine: Incomplete

Bug description:
First reported by Anton on the ML. The attached script produces different results for same initial simulation. By running it, it will produce 3 saved final simulations and 3 gnuplot plots (suffixed -00, -01, -02). They are different. It should be found out why.