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 9b328d6 commit 8436b60
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,8 @@ 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())
self._dataframes_for_pdf.append(txt_to_add)
df_to_add = (
"More than 5 events burst over a minute",
self.get_critical_event_bursts(),
)
self._dataframes_for_pdf.append(df_to_add)

0 comments on commit 8436b60

Please sign in to comment.