Skip to content

Commit 694caab

Browse files
committed
forgot to commit this change :)
1 parent 4870899 commit 694caab

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
@@ -565,7 +565,7 @@ def __init__(
565565
treatment_threshold: float,
566566
model=None,
567567
running_variable_name: str = "x",
568-
epsilon: float | None = 0.001,
568+
epsilon: float = 0.001,
569569
**kwargs,
570570
):
571571
super().__init__(model=model, **kwargs)

0 commit comments

Comments
 (0)