https://github.com/GPflow/GPflow
Revision d0b455640a4d7d5f4157f5c627235c3adca0eccc authored by ST John on 15 March 2021, 11:15:58 UTC, committed by ST John on 15 March 2021, 11:15:58 UTC
2 parent s e68e2fe + 1831a5d
Raw File
Tip revision: d0b455640a4d7d5f4157f5c627235c3adca0eccc authored by ST John on 15 March 2021, 11:15:58 UTC
Merge branch 'develop' of github.com:GPflow/GPflow into st/new_svgp
Tip revision: d0b4556
.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