Add IPython notebook as a first step to live documentation for PythonPDEVS.
This commit is contained in:
parent
5ae2993e32
commit
d4914a01c2
2 changed files with 349 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ class CoupledDEVS(BaseDEVS):
|
|||
|
||||
class RootDEVS(object):
|
||||
def __init__(self, components):
|
||||
from schedulers.schedulerAuto import SchedulerAuto as Scheduler
|
||||
from schedulers.schedulerHS import SchedulerHS as Scheduler
|
||||
self.component_set = components
|
||||
self.time_next = float('inf')
|
||||
self.scheduler = Scheduler(self.component_set, 1e-6, len(self.component_set))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue