Skip to content

Commit 6043b9e

Browse files
authored
Merge pull request #301 from anevolbap/issue_300-round_to-optional
Fix #300: Set `round_to` as an optional argument.
2 parents 2223fa0 + 8c30938 commit 6043b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causalpy/pymc_experiments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ def plot(self, round_to=None):
903903
)
904904
return fig, ax
905905

906-
def summary(self, round_to: None) -> None:
906+
def summary(self, round_to=None) -> None:
907907
"""
908908
Print text output summarising the results
909909

0 commit comments

Comments
 (0)