Skip to content

Commit 38b0e68

Browse files
Update causalpy/experiments/diff_in_diff.py
Co-authored-by: Will Dean <57733339+wd60622@users.noreply.github.com>
1 parent 4edc6d5 commit 38b0e68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

causalpy/experiments/diff_in_diff.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ def bayesian_plot(self, round_to=None, **kwargs) -> tuple[plt.Figure, plt.Axes]:
233233
:param round_to:
234234
Number of decimals used to round results. Defaults to 2. Use "None" to return raw numbers.
235235
"""
236-
round_to = kwargs.get("round_to")
237236

238237
def _plot_causal_impact_arrow(results, ax):
239238
"""

0 commit comments

Comments
 (0)