Skip to content

Commit

Permalink
added finalize to signal Actor
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-steinke committed Sep 22, 2024
1 parent 9163287 commit cbe079b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vessim/actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ def state(self, now: datetime) -> dict:
"p": self.p(now),
}

def finalize(self) -> None:
self.signal.finalize()


class ComputingSystem(ActorBase):
"""Model of the computing system.
Expand Down

0 comments on commit cbe079b

Please sign in to comment.