Revision 6ab0c034fa4bb7df30f11ba1fa92a3f47f987bb3 authored by Michael Osthege on 12 January 2023, 19:00:29 UTC, committed by Thomas Wiecki on 14 January 2023, 01:27:44 UTC
The `add_values`/`remove_values` methods accessed attributes
that are not present on `BaseTrace` but only on `NDarray`,
therefore violating the signature.
1 parent 6c4d4eb
History
File Mode Size
.github
benchmarks
binder
conda-envs
docs
pymc
scripts
.gitattributes -rw-r--r-- 30 bytes
.gitignore -rw-r--r-- 515 bytes
.gitpod.yml -rw-r--r-- 1.3 KB
.mailmap -rw-r--r-- 1.6 KB
.pre-commit-config.yaml -rw-r--r-- 3.3 KB
.pylintrc -rw-r--r-- 11.2 KB
.readthedocs.yml -rw-r--r-- 234 bytes
ARCHITECTURE.md -rw-r--r-- 4.1 KB
CITATION.bib -rw-r--r-- 376 bytes
CODE_OF_CONDUCT.md -rw-r--r-- 3.4 KB
CONTRIBUTING.md -rw-r--r-- 1.1 KB
GOVERNANCE.md -rw-r--r-- 41.4 KB
LICENSE -rw-r--r-- 11.5 KB
MANIFEST.in -rw-r--r-- 284 bytes
Makefile -rw-r--r-- 7.7 KB
README.rst -rw-r--r-- 8.5 KB
RELEASE-NOTES.md -rw-r--r-- 79.2 KB
codecov.yml -rw-r--r-- 713 bytes
mypy.ini -rw-r--r-- 344 bytes
pyproject.toml -rw-r--r-- 268 bytes
requirements-dev.txt -rw-r--r-- 639 bytes
requirements.txt -rw-r--r-- 147 bytes
setup.cfg -rw-r--r-- 250 bytes
setup.py -rwxr-xr-x 2.6 KB
setupegg.py -rwxr-xr-x 751 bytes
versioneer.py -rw-r--r-- 79.4 KB

README.rst

back to top