https://github.com/pymc-devs/pymc3
Raw File
Tip revision: 9f18c439b1029f9680889a1815f90aff8d80849d authored by Max Kochurov on 09 December 2023, 16:52:32 UTC
add helper functions to calculate required M for hsgp
Tip revision: 9f18c43
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