Skip to content

Commit 8c30938

Browse files
committed
Set round_to as an optional argument.
1 parent 67d9e0e commit 8c30938

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
@@ -951,7 +951,7 @@ def plot(self, round_to=None):
951951
)
952952
return fig, ax
953953

954-
def summary(self, round_to: None) -> None:
954+
def summary(self, round_to=None) -> None:
955955
"""
956956
Print text output summarising the results
957957

0 commit comments

Comments
 (0)