Skip to content

Commit bf4eaaa

Browse files
committed
Minor fix in docstring
1 parent 69d79b3 commit bf4eaaa

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
@@ -531,7 +531,7 @@ class InterventionTimeEstimator(PyMCModel):
531531
>>> import causalpy as cp
532532
>>> import numpy as np
533533
>>> from causalpy.pymc_models import InterventionTimeEstimator
534-
>>> df = cp.load("its")
534+
>>> df = cp.load_data("its")
535535
>>> y = df["y"].values
536536
>>> t = df["t"].values
537537
>>> coords = {"sseasons" = range(12)} # The data is monthly

0 commit comments

Comments
 (0)