https://github.com/GPflow/GPflow
Revision fe594a04eaca4224ae6dcce27b43ad8e8fd537ed authored by Gustavo Carvalho on 11 October 2020, 12:48:04 UTC, committed by Gustavo Carvalho on 11 October 2020, 12:48:04 UTC
1 parent 6f16e67
Raw File
Tip revision: fe594a04eaca4224ae6dcce27b43ad8e8fd537ed authored by Gustavo Carvalho on 11 October 2020, 12:48:04 UTC
.
Tip revision: fe594a0
.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