Skip to content

Commit

Permalink
finalize actors
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-steinke committed Sep 22, 2024
1 parent e6f8696 commit 9163287
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vessim/cosim.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ def finalize(self):
"""
for controller in self.controllers:
controller.finalize()
for actor in self.actors:
actor.finalize()


class Environment:
Expand Down

0 comments on commit 9163287

Please sign in to comment.