https://github.com/GPflow/GPflow
Revision 5123e1dff0b47e084bd06c12e4b10b8e0603be0a authored by Vincent Dutordoir on 04 February 2019, 17:42:17 UTC, committed by GitHub on 04 February 2019, 17:42:17 UTC
1 parent a495b64
Raw File
Tip revision: 5123e1dff0b47e084bd06c12e4b10b8e0603be0a authored by Vincent Dutordoir on 04 February 2019, 17:42:17 UTC
GPLVM notebook (#927)
Tip revision: 5123e1d
.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