Skip to content

Commit faf085b

Browse files
committed
Minor fix in docstring
1 parent 52cc0fa commit faf085b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causalpy/pymc_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ class InterventionTimeEstimator(PyMCModel):
542542
... y,
543543
... coords,
544544
... effect=["impulse"],
545-
... n=5000
545+
... n=10000
546546
... )
547547
Inference data...
548548
"""

0 commit comments

Comments
 (0)