| ||||||||||
I think you called a method with inappropriate inputs. What line was listed? What was on that line? The "Timestep:0" is stuff your program generated – the rest is the error. Mark Guzdial |
No, that's normal for simulations. You're using Random, remember? Different values will come up each time, so you'll take different paths through the code, so you'll get different results–or different errors. Mark Guzdial |
run(120) should work fine. Kyle and Adrien, what results are making you think that things are broken? Are you getting errors with WDSimulation or PoliticalSimulation? Or is it just working differently each time? The latter is to be expected, but I wouldn't expect any errors. Mark Guzdial |