Skip to content

Commit

Permalink
Merge pull request #301 from anevolbap/issue_300-round_to-optional
Browse files Browse the repository at this point in the history
Fix #300: Set `round_to` as an optional argument.
  • Loading branch information
drbenvincent committed Mar 5, 2024
2 parents 2223fa0 + 8c30938 commit 6043b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion causalpy/pymc_experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ def plot(self, round_to=None):
)
return fig, ax

def summary(self, round_to: None) -> None:
def summary(self, round_to=None) -> None:
"""
Print text output summarising the results
Expand Down

0 comments on commit 6043b9e

Please sign in to comment.