https://github.com/GPflow/GPflow
Revision 1292450fcfb7295a0eeab7ff698e4b1a9d24b22f authored by James Hensman on 30 March 2017, 10:19:04 UTC, committed by James Hensman on 30 March 2017, 10:19:04 UTC
1 parent cb06798
Raw File
Tip revision: 1292450fcfb7295a0eeab7ff698e4b1a9d24b22f authored by James Hensman on 30 March 2017, 10:19:04 UTC
test fix
Tip revision: 1292450
.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