https://github.com/pymc-devs/pymc3
Raw File
Tip revision: f249f124dbce2567285b11c68f901a3beb64082e authored by juanitorduz on 28 August 2023, 10:17:14 UTC
Graduate fgraph functionality from pymc-experimental
Tip revision: f249f12
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