https://github.com/GPflow/GPflow
Revision 943fed5364437f3530902ca35b42fba479b637bf authored by James Hensman on 31 October 2017, 09:48:09 UTC, committed by James Hensman on 31 October 2017, 09:48:09 UTC
1 parent a659d17
Raw File
Tip revision: 943fed5364437f3530902ca35b42fba479b637bf authored by James Hensman on 31 October 2017, 09:48:09 UTC
Sanity check notebook updated
Tip revision: 943fed5
.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