https://github.com/GPflow/GPflow
Revision 1d75151a9a0ddb08a9c160b1e8cd28aff9f15368 authored by James Hensman on 30 October 2017, 18:12:50 UTC, committed by James Hensman on 30 October 2017, 18:12:50 UTC
1 parent 8be6f23
Raw File
Tip revision: 1d75151a9a0ddb08a9c160b1e8cd28aff9f15368 authored by James Hensman on 30 October 2017, 18:12:50 UTC
ordinal notebok updated
Tip revision: 1d75151
.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