https://github.com/GPflow/GPflow
Revision f691dbdce26318316a123db82e04462d1d3e44f9 authored by ST John on 15 March 2021, 14:31:27 UTC, committed by ST John on 15 March 2021, 15:43:29 UTC
1 parent 7f86e63
Raw File
Tip revision: f691dbdce26318316a123db82e04462d1d3e44f9 authored by ST John on 15 March 2021, 14:31:27 UTC
optimize non-whitened SVGP model more strongly to get test_equivalence to pass
Tip revision: f691dbd
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top