Skip to content

Commit 3dc23b3

Browse files
committed
Minor fix in docstring
1 parent 3420c9a commit 3dc23b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

causalpy/pymc_models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,8 @@ class InterventionTimeEstimator(PyMCModel):
541541
... t,
542542
... y,
543543
... coords,
544-
... effect=["impulse"])
544+
... effect=["impulse"],
545+
... n=1000)
545546
Inference data...
546547
"""
547548

0 commit comments

Comments
 (0)