Skip to content

Commit b0dc8c6

Browse files
committed
remove commented code
1 parent b0b4539 commit b0dc8c6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

causalpy/expt_diff_in_diff.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,4 @@ def summary(self, round_to=None) -> None:
197197

198198
def _causal_impact_summary_stat(self, round_to=None) -> str:
199199
"""Computes the mean and 94% credible interval bounds for the causal impact."""
200-
201200
return f"Causal impact = {convert_to_string(self.causal_impact, round_to=round_to)}"
202-
203-
# percentiles = self.causal_impact.quantile([0.03, 1 - 0.03]).values
204-
# ci = (
205-
# "$CI_{94\\%}$"
206-
# + f"[{round_num(percentiles[0], round_to)}, {round_num(percentiles[1], round_to)}]"
207-
# )
208-
# causal_impact = f"{round_num(self.causal_impact.mean(), round_to)}, "
209-
# return f"Causal impact = {causal_impact + ci}"

0 commit comments

Comments
 (0)