Skip to content

Commit

Permalink
Add missing property decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
andreArtelt committed Jun 12, 2024
1 parent 23d4979 commit 8fad833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions epyt_flow/simulation/scenario_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ def leakages(self) -> list[Leakage]:

return deepcopy(list(filter(lambda e: isinstance(e, Leakage), self.__system_events)))

@property
def actuator_events(self) -> list[ActuatorEvent]:
"""
Gets all actuator events.
Expand Down

0 comments on commit 8fad833

Please sign in to comment.