Skip to content

Commit

Permalink
fix SyntaxWarning by making some docstrings raw
Browse files Browse the repository at this point in the history
  • Loading branch information
drbenvincent committed Sep 17, 2024
1 parent af164d4 commit 646d739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions causalpy/pymc_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def print_row(


class LinearRegression(PyMCModel):
"""
r"""
Custom PyMC model for linear regression.
Defines the PyMC model
Expand Down Expand Up @@ -230,7 +230,7 @@ def build_model(self, X, y, coords):


class WeightedSumFitter(PyMCModel):
"""
r"""
Used for synthetic control experiments.
Defines the PyMC model:
Expand Down Expand Up @@ -423,7 +423,7 @@ def fit(self, X, Z, y, t, coords, priors, ppc_sampler=None):


class PropensityScore(PyMCModel):
"""
r"""
Custom PyMC model for inverse propensity score models
.. note:
Expand Down

0 comments on commit 646d739

Please sign in to comment.