Skip to content

Commit 033a0da

Browse files
committed
BUG: save initial_observed_variables on self
1 parent dfcf2d8 commit 033a0da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rocketpy/control/controller.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def __init__(
8686
self.interactive_objects = interactive_objects
8787
self.controller_function = self.__init_controller_function(controller_function)
8888
self.sampling_rate = sampling_rate
89+
self.initial_observed_variables = initial_observed_variables
8990
self.name = name
9091
self.prints = _ControllerPrints(self)
9192

0 commit comments

Comments
 (0)