Skip to content

Commit 646d739

Browse files
committed
fix SyntaxWarning by making some docstrings raw
1 parent af164d4 commit 646d739

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

causalpy/pymc_models.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def print_row(
184184

185185

186186
class LinearRegression(PyMCModel):
187-
"""
187+
r"""
188188
Custom PyMC model for linear regression.
189189
190190
Defines the PyMC model
@@ -230,7 +230,7 @@ def build_model(self, X, y, coords):
230230

231231

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

424424

425425
class PropensityScore(PyMCModel):
426-
"""
426+
r"""
427427
Custom PyMC model for inverse propensity score models
428428
429429
.. note:

0 commit comments

Comments
 (0)