pymc-devs/pymc4

Ensure that all distributions docstrings comply with numpy convention

lucianopaz opened this issue · 0 comments

At the moment, running pydocstyle --convention=numpy pymc4/distributions will raise many errors. In particular in the continuous, discrete and multivariate modules. We need to fix that in order to address #142.