https://github.com/GPflow/GPflow
Revision eef9e31500ca1359313d15b8cf8ed3a4b05f06f6 authored by sc336 on 24 January 2023, 13:52:12 UTC, committed by GitHub on 24 January 2023, 13:52:12 UTC
2 parent s a568fed + 0923140
Raw File
Tip revision: eef9e31500ca1359313d15b8cf8ed3a4b05f06f6 authored by sc336 on 24 January 2023, 13:52:12 UTC
Merge branch 'develop' into sc336/2.7.0-merge
Tip revision: eef9e31
.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