- refactored dt
This commit is contained in:
@@ -3,9 +3,9 @@ from components.plant.delay import Delay
|
||||
|
||||
|
||||
class Pot(APlant):
|
||||
def __init__(self, params, theta_amb=20):
|
||||
def __init__(self, dt, params, theta_amb=20):
|
||||
APlant.__init__(self)
|
||||
self.dt = params['dt']
|
||||
self.dt = dt
|
||||
self.alpha = 1.0
|
||||
|
||||
self.e = 0
|
||||
|
||||
Reference in New Issue
Block a user