Skip to content

Commit 2d2d7d6

Browse files
committed
#53 address docs build error
1 parent 4d38516 commit 2d2d7d6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

causalpy/pymc_experiments.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -355,11 +355,8 @@ def __init__(
355355
)
356356

357357
def _is_treated(self, x):
358-
"""Returns true is `x` is greater than or equal to the treatment threshold
359-
360-
.. admonition::
361-
362-
Assumes treatment is given to those ABOVE the treatment threshold.
358+
"""Returns true is `x` is greater than or equal to the treatment threshold.
359+
Assumes treatment is given to those ABOVE the treatment threshold.
363360
"""
364361
return np.greater_equal(x, self.treatment_threshold)
365362

0 commit comments

Comments
 (0)