https://github.com/GPflow/GPflow
Revision dedc91f6169b3f7fedac94741774c812c7518a61 authored by Tom Nicholson on 13 March 2017, 14:00:44 UTC, committed by Tom Nicholson on 13 March 2017, 14:00:44 UTC
1 parent bc8f2b2
Raw File
Tip revision: dedc91f6169b3f7fedac94741774c812c7518a61 authored by Tom Nicholson on 13 March 2017, 14:00:44 UTC
Fix broken unit test
Tip revision: dedc91f
.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