Skip to content

Commit cc9a1f4

Browse files
committed
Minor fix in docstring
1 parent faf085b commit cc9a1f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

causalpy/pymc_models.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,8 +541,7 @@ class InterventionTimeEstimator(PyMCModel):
541541
... t,
542542
... y,
543543
... coords,
544-
... effect=["impulse"],
545-
... n=10000
544+
... effect=["impulse"]
546545
... )
547546
Inference data...
548547
"""

0 commit comments

Comments
 (0)