https://github.com/GPflow/GPflow
Revision 45bcb9c34a5760f0d7cef8321fc06f9b939f7c5b authored by James Hensman on 30 June 2016, 09:13:42 UTC, committed by James Hensman on 30 June 2016, 09:13:42 UTC
1 parent 8a58c57
Raw File
Tip revision: 45bcb9c34a5760f0d7cef8321fc06f9b939f7c5b authored by James Hensman on 30 June 2016, 09:13:42 UTC
improvements to the regression notebook
Tip revision: 45bcb9c
.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