Hi DFE Due to an apparent bug in SWIG 2.x, we had to *require* the 'False' argument in getSimulation, where previously we were able to have it as optional. So you need to have the 'False' there now.
As for the rest of the 'shouting', that's unfortunately the way ASCEND works at the moment. We'd liked to suppress many of those console outputs, but haven't found the time to do so methodically and cleanly yet. Oftentimes they still give useful clues that otherwise don't get reported. Cheers JP On 05/07/12 15:15, Daikokuten Eudaemon wrote: > > > In some places in > http://code.ascend4.org/viewvc/code/branches/slvreq/test.py?revision=2780&view=markup > > you have > > M = T.getSimulation('sim',False) > > and in some other places there you have > > M = T.getSimulation('sim') > > When in robust.py I replace M = T.getSimulation('sim',False) with > M = T.getSimulation('sim') I am getting shouted at as shown in > console_output. What is happening? ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ascend-sim-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ascend-sim-users

