https://github.com/pymc-devs/pymc3
Revision 9f01be2e917c5035e2feb5ba586a84d95bfeeea8 authored by Dhruvanshu-Joshi on 26 April 2023, 17:32:49 UTC, committed by GitHub on 26 April 2023, 17:32:49 UTC
1 parent a86fe7c
Raw File
Tip revision: 9f01be2e917c5035e2feb5ba586a84d95bfeeea8 authored by Dhruvanshu-Joshi on 26 April 2023, 17:32:49 UTC
Rectify type-hints for `set_data`
Tip revision: 9f01be2
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