https://github.com/GPflow/GPflow
Revision 3235b0d7da8590268f6b2002af15fb45c47bafdc authored by James Hensman on 09 July 2016, 11:59:18 UTC, committed by James Hensman on 09 July 2016, 11:59:18 UTC
1 parent 5ae3f60
Raw File
Tip revision: 3235b0d7da8590268f6b2002af15fb45c47bafdc authored by James Hensman on 09 July 2016, 11:59:18 UTC
changes to regression ipynb
Tip revision: 3235b0d
.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__.:
back to top