Skip to content

Commit

Permalink
BF: Basics of closed-loop control #1046
Browse files Browse the repository at this point in the history
  • Loading branch information
detlefarend committed Nov 9, 2024
1 parent f4491a8 commit b7ee4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlpro/bf/control/operators/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def _run(self, p_inst: InstDict):
dst_instance =self._dst_type( p_id = self.get_so().get_next_inst_id(),
p_value_space = src_instance.value_space,
p_values = src_instance.values,
p_tstamp = self.get_so().get_tstamp() )
p_tstamp = src_instance.get_tstamp() )


# 3 Store destination instance
Expand Down

0 comments on commit b7ee4c6

Please sign in to comment.