https://github.com/GPflow/GPflow
Revision bd1e9c04b48dd5ccca9619d5eaa2595a358bdb08 authored by st-- on 31 January 2020, 15:59:08 UTC, committed by GitHub on 31 January 2020, 15:59:08 UTC
In GPflow 1, each kernel's K and K_diag method was supposed to take a presliced argument. Not all kernels actually had this signature, and not all kernels who had this signature actually did anything with the argument. This PR makes presliced an argument solely to the kernel's __call__, with the intent of making the entire set-up a lot cleaner.
1 parent cf89f9d
History
Tip revision: bd1e9c04b48dd5ccca9619d5eaa2595a358bdb08 authored by st-- on 31 January 2020, 15:59:08 UTC
Clean up `presliced` argument to kernel calls (#1235)
Tip revision: bd1e9c0
File Mode Size
.circleci
.github
doc
gpflow
tests
.coveragerc -rw-r--r-- 283 bytes
.coveralls.yml -rw-r--r-- 23 bytes
.gitignore -rw-r--r-- 828 bytes
.pylintrc -rw-r--r-- 14.6 KB
GLOSSARY.md -rw-r--r-- 1.4 KB
LICENSE -rw-r--r-- 11.1 KB
MANIFEST.in -rw-r--r-- 158 bytes
Makefile -rw-r--r-- 597 bytes
README.md -rw-r--r-- 9.2 KB
RELEASE.md -rw-r--r-- 6.9 KB
VERSION -rw-r--r-- 9 bytes
codecov.yml -rw-r--r-- 274 bytes
contributing.md -rw-r--r-- 7.3 KB
docs_require.txt -rw-r--r-- 143 bytes
notebooks l--------- 21 bytes
setup.py -rw-r--r-- 2.2 KB
tests_requirements.txt -rw-r--r-- 209 bytes

README.md

back to top