https://github.com/pymc-devs/pymc3
Raw File
Tip revision: 2f945bb6cc6715af0300cf73a4e34eba84257cce authored by Ricardo Vieira on 02 March 2023, 16:54:07 UTC
Revert "Default to using McBackend"
Tip revision: 2f945bb
setup.cfg
[tool:pytest]
testpaths = tests

[coverage:run]
omit =  *examples*

[isort]
lines_between_types = 1
profile = black

[versioneer]
VCS = git
style = pep440
versionfile_source = pymc/_version.py
versionfile_build = pymc/_version.py
tag_prefix = v
back to top