https://github.com/pymc-devs/pymc3
Raw File
Tip revision: 9b50ea9a1de72627621b6548b4a67f47106839ee authored by Junpeng Lao on 16 June 2020, 08:07:17 UTC
Rename property name in NUTS to better reflect the computation
Tip revision: 9b50ea9
setup.cfg
[tool:pytest]
testpaths = pymc3/tests

[coverage:run]
omit =  *examples*

[pydocstyle]
add-ignore = D100,D104
convention = numpy
back to top