← Back to team overview

yade-dev team mailing list archive

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

 

This is separate bug from the first one. The cause is that opening the
gui Controller right after simulation starts changes timestep (it
truncates decimal points, so you have 4e-7 instead of 4.67e-7). I will
try to fix that somehow.

** Changed in: yade
       Status: Incomplete => In Progress

-- 
Opening qt.Controller() might truncate O.dt value
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: In Progress

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.