https://github.com/GPflow/GPflow
Revision d154c4f84d22c1441be40ada7a7f8bf8247c0f46 authored by John Bradshaw on 03 October 2017, 18:11:24 UTC, committed by John Bradshaw on 11 October 2017, 11:16:10 UTC
* improved test for SVGP to test both whitened and unwhitened versions
* building up demo
1 parent 7a0661f
Raw File
Tip revision: d154c4f84d22c1441be40ada7a7f8bf8247c0f46 authored by John Bradshaw on 03 October 2017, 18:11:24 UTC
SVGP model random features.
Tip revision: d154c4f
.coveragerc
[report]
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top