Skip to content

Commit

Permalink
encapsulation
Browse files Browse the repository at this point in the history
  • Loading branch information
Miryam-Schwartz committed Dec 1, 2024
1 parent c8a5b1d commit 9b328d6
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,5 @@ def plot_link_up_down_count_per_aggregation_time(self):

def full_analysis(self):
super().full_analysis()
txt_to_add = (
"More than 5 events burst over a minute",
self.get_critical_event_bursts()
)
txt_to_add = ("More than 5 events burst over a minute", self.get_critical_event_bursts())
self._dataframes_for_pdf.append(txt_to_add)

0 comments on commit 9b328d6

Please sign in to comment.