https://github.com/GPflow/GPflow
Raw File
Tip revision: 23959d3e085b28fe844c6517ef287250f5da1e0f authored by ST John on 15 April 2021, 16:58:48 UTC
Merge branch 'st/new_svgp-redesign' into st/posterior_with_linear_operators
Tip revision: 23959d3
.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