https://github.com/GPflow/GPflow
Revision b1e7b3250876369947b38b7aa8806897a7c5e38a authored by Mark van der Wilk on 29 October 2019, 11:25:50 UTC, committed by Eric Hammy on 29 October 2019, 11:25:50 UTC
1 parent a6f3043
Raw File
Tip revision: b1e7b3250876369947b38b7aa8806897a7c5e38a authored by Mark van der Wilk on 29 October 2019, 11:25:50 UTC
Removed warnings due to weird escape characters. (#1122)
Tip revision: b1e7b32
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top