Skip to content

Commit

Permalink
depricated -> deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
drbenvincent committed Aug 22, 2024
1 parent 77b0b2b commit 9bc3d25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions causalpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# limitations under the License.
import arviz as az

import causalpy.pymc_experiments as pymc_experiments # to be depricated
import causalpy.pymc_experiments as pymc_experiments # to be deprecated
import causalpy.pymc_models as pymc_models
import causalpy.skl_experiments as skl_experiments # to be depricated
import causalpy.skl_experiments as skl_experiments # to be deprecated
import causalpy.skl_models as skl_models
from causalpy.skl_models import create_causalpy_compatible_class
from causalpy.version import __version__
Expand All @@ -40,11 +40,11 @@
"InversePropensityWeighting",
"load_data",
"PrePostNEGD",
"pymc_experiments", # to be depricated
"pymc_experiments", # to be deprecated
"pymc_models",
"RegressionDiscontinuity",
"RegressionKink",
"skl_experiments", # to be depricated
"skl_experiments", # to be deprecated
"skl_models",
"SyntheticControl",
]

0 comments on commit 9bc3d25

Please sign in to comment.