Skip to content

Commit 7d134cf

Browse files
committed
fix mixed up state vs status properties in some components
1 parent a634cfc commit 7d134cf

File tree

1 file changed

+0
-4
lines changed
  • villas/controller/components/simulators

1 file changed

+0
-4
lines changed

villas/controller/components/simulators/dpsim.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import dpsim
22
import os
3-
import time
43

54
from villas.controller.components.simulator import Simulator
65

@@ -101,9 +100,6 @@ class DPsimSimulator(Simulator):
101100
}
102101

103102
def __init__(self, **args):
104-
args['type'] = 'dpsim'
105-
106-
self.started = time.time()
107103
self.sim = None
108104

109105
super().__init__(**args)

0 commit comments

Comments
 (0)