https://github.com/GPflow/GPflow
Raw File
Tip revision: 3f4604ba68504a8765333ef4724cf658f7bc6b5a authored by John Mcleod on 26 October 2021, 09:28:09 UTC
Merge pull request #1717 from GPflow/develop
Tip revision: 3f4604b
.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