https://github.com/pymc-devs/pymc3
Revision a86fe7cf8d60df7e143aa9b11ef2521666c1a7b1 authored by David Horsley on 26 April 2023, 17:24:39 UTC, committed by GitHub on 26 April 2023, 17:24:39 UTC
* fix WhiteNoise subclassing from Covariance (#6673)

Since #6458, Covariance is now the base class for kernels/covariance
functions with input_dim and active_dims, which does not include
WhiteNoise and Constant kernels.

* add regression test for #6673

* fix WhiteNoise input to marginal GP
1 parent 55d915c
History
Tip revision: a86fe7cf8d60df7e143aa9b11ef2521666c1a7b1 authored by David Horsley on 26 April 2023, 17:24:39 UTC
Fix WhiteNoise subclassing from Covariance (#6674)
Tip revision: a86fe7c
File Mode Size
.github
benchmarks
binder
conda-envs
docs
pymc
scripts
tests
.dockerignore -rw-r--r-- 17 bytes
.git-blame-ignore-revs -rw-r--r-- 109 bytes
.gitattributes -rw-r--r-- 30 bytes
.gitignore -rw-r--r-- 515 bytes
.gitpod.yml -rw-r--r-- 2.1 KB
.mailmap -rw-r--r-- 1.6 KB
.pre-commit-config.yaml -rw-r--r-- 3.5 KB
.pylintrc -rw-r--r-- 11.2 KB
.readthedocs.yml -rw-r--r-- 235 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-- 12.6 KB
MANIFEST.in -rw-r--r-- 103 bytes
Makefile -rw-r--r-- 7.5 KB
README.rst -rw-r--r-- 8.7 KB
RELEASE-NOTES.md -rw-r--r-- 79.2 KB
codecov.yml -rw-r--r-- 708 bytes
mypy.ini -rw-r--r-- 344 bytes
pyproject.toml -rw-r--r-- 268 bytes
requirements-dev.txt -rw-r--r-- 663 bytes
requirements.txt -rw-r--r-- 154 bytes
setup.cfg -rw-r--r-- 245 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