Skip to content

Commit 8bdf670

Browse files
committed
remove unnecessary function
1 parent 75cfd96 commit 8bdf670

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

causalpy/skl_experiments.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -536,10 +536,6 @@ def plot(self, round_to=None):
536536
ax.legend(fontsize=LEGEND_FONT_SIZE)
537537
return (fig, ax)
538538

539-
def _causal_impact_summary_stat(self, round_to=None) -> str:
540-
causal_impact = f"{round_num(self.causal_impact, round_to)}, "
541-
return f"Causal impact = {causal_impact}"
542-
543539
def summary(self, round_to=None) -> None:
544540
"""
545541
Print text output summarising the results.

docs/source/_static/interrogate_badge.svg

Lines changed: 3 additions & 3 deletions
Loading

0 commit comments

Comments
 (0)