Skip to content

Commit 84fe47b

Browse files
committed
added close-figs context to docstring of weibull distribution
1 parent 6e4dd1b commit 84fe47b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymc/distributions/continuous.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2568,6 +2568,7 @@ class Weibull(PositiveContinuous):
25682568
\exp(-(\frac{x}{\beta})^{\alpha})}{\beta^\alpha}
25692569
25702570
.. plot::
2571+
:context: close-figs
25712572
25722573
import matplotlib.pyplot as plt
25732574
import numpy as np

0 commit comments

Comments
 (0)