https://github.com/GPflow/GPflow
Revision a4ebca06bbcc4e4efc36f65a3fc3bc9e8117b6f9 authored by Jesper Nielsen on 04 March 2022, 11:45:40 UTC, committed by GitHub on 04 March 2022, 11:45:40 UTC
1 parent cdf3c93
Raw File
Tip revision: a4ebca06bbcc4e4efc36f65a3fc3bc9e8117b6f9 authored by Jesper Nielsen on 04 March 2022, 11:45:40 UTC
Make BO integration tests faster - they're currently our slowest tests. (#1805)
Tip revision: a4ebca0
.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