https://github.com/pymc-devs/pymc3
Raw File
Tip revision: 63eba59fe2c42c936136b24babf6ca1e3a777d74 authored by Chris Fonnesbeck on 10 August 2020, 10:48:54 UTC
Fixed error message referencing non-existent file (#4039)
Tip revision: 63eba59
setup.cfg
[tool:pytest]
testpaths = pymc3/tests

[coverage:run]
omit =  *examples*

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