Yes, I have it in my simulation. You are right, first 2 steps in my simulation are before those strings and results are the same. The difference appears after "try: from yade import qt......"
I will send test script as quick as possible. Thank you. 2010/4/14 Václav Šmilauer <[email protected]> > I am reopening this bug; can yuou (Anton) provide some testcase for this > one? Don't you have something like > > try: > from yade import qt > qt.Controller() > someParameter=34534 > except ImportError: > pass > > ? > > That would explain the difference, as if DISPLAY is empty or not set, > yade.qt raises ImportError. That would skip the assignment, then you'd > get different results. > > Can you save the simulation right at the start and compare both? > > I can't have a look in depth myself now. > > -- > different results for same initial simulation (uninitialized values?) > https://bugs.launchpad.net/bugs/394687 > You received this bug notification because you are a direct subscriber > of the bug. > > 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. > > To unsubscribe from this bug, go to: > https://bugs.launchpad.net/yade/+bug/394687/+subscribe > -- 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. _______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

