https://github.com/GPflow/GPflow
Revision 2974b94deea2dd84ec90059f946159bbd8b1fc43 authored by st-- on 07 October 2019, 12:47:36 UTC, committed by GitHub on 07 October 2019, 12:47:36 UTC
* add tests of gpflow.config

* make config tests pass

* use raise NotImplementedError in abstractmethod so codecov does not count it

* swap order of tests so that it ends up in the original state

* pca_reduce: turn assert into ValueError

* add tests for gplvm constructor checks

* add pragma no cover to scipy optimizer type check

* more NotImplementedErrors

* update codecov.yml

* add missing logdensities tests

* Change code coverage threshold to 95% so that the build status reports actually mean something again

* improve test_dtype_errorcheck

* pragma: no cover for ValueError check

* .
1 parent 48933ab
History
Tip revision: 2974b94deea2dd84ec90059f946159bbd8b1fc43 authored by st-- on 07 October 2019, 12:47:36 UTC
Improve gpflow2 code coverage by adding tests (#1079)
Tip revision: 2974b94
File Mode Size
.circleci
.github
doc
gpflow
notebooks2
tests
.coveragerc -rw-r--r-- 286 bytes
.coveralls.yml -rw-r--r-- 23 bytes
.gitignore -rw-r--r-- 811 bytes
.pylintrc -rw-r--r-- 14.6 KB
.travis.yml -rw-r--r-- 712 bytes
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-- 5.3 KB
RELEASE.md -rw-r--r-- 6.9 KB
VERSION -rw-r--r-- 7 bytes
codecov.yml -rw-r--r-- 274 bytes
contributing.md -rw-r--r-- 7.3 KB
notebooks l--------- 21 bytes
setup.py -rw-r--r-- 2.3 KB

README.md

back to top