https://github.com/GPflow/GPflow
Revision e01c6ed1721289413a788cfc918c93cf362de8c3 authored by James Hensman on 21 June 2017, 12:51:16 UTC, committed by James Hensman on 21 June 2017, 12:51:16 UTC
2 parent s dbf3e7f + 6767380
Raw File
Tip revision: e01c6ed1721289413a788cfc918c93cf362de8c3 authored by James Hensman on 21 June 2017, 12:51:16 UTC
Merge branch 'test_speeds' of github.com:GPflow/GPflow into test_speeds
Tip revision: e01c6ed
.coveragerc
[report]
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