https://github.com/GPflow/GPflow
Revision 9aa88a6e7cbb9e8a00008cba1769682e09356be1 authored by James Hensman on 08 June 2017, 10:01:38 UTC, committed by GitHub on 08 June 2017, 10:01:38 UTC
2 parent s e515cd4 + f44bc7d
Raw File
Tip revision: 9aa88a6e7cbb9e8a00008cba1769682e09356be1 authored by James Hensman on 08 June 2017, 10:01:38 UTC
Merge branch 'master' into reproducibleorder
Tip revision: 9aa88a6
.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