Skip to content

Commit 3420c9a

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

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
@@ -534,7 +534,7 @@ class InterventionTimeEstimator(PyMCModel):
534534
>>> df = cp.load_data("its")
535535
>>> y = df["y"].values
536536
>>> t = df["t"].values
537-
>>> coords = {"sseasons" = range(12)} # The data is monthly
537+
>>> coords = {"seasons": range(12)} # The data is monthly
538538
>>> estimator = InterventionTimeEstimator()
539539
>>> # We are trying to capture an impulse in the number of death per month due to Covid.
540540
>>> estimator.fit(

0 commit comments

Comments
 (0)