https://github.com/pymc-devs/pymc3
Raw File
Tip revision: d59a960f89873667d6190489ff0e975091e57d10 authored by Ricardo Vieira on 07 August 2023, 08:26:07 UTC
Do not include seeded_test fixture in exported BaseTestDistributionRandom
Tip revision: d59a960
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