Explorar o código

DEVS model works and we can end up in the interface selection

Yentl Van Tendeloo %!s(int64=9) %!d(string=hai) anos
pai
achega
c3d09d0cad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      model/model.py

+ 1 - 1
model/model.py

@@ -507,6 +507,6 @@ args = {
 
 model = System(**args)
 sim = Simulator(model)
-sim.setTerminationTime(90000)
+sim.setTerminationTime(900000)
 #sim.setVerbose()
 sim.simulate()