https://github.com/GPflow/GPflow
Revision cea36c1b2b69eaf53e58ff3479e16aa46850c767 authored by alexisboukouvalas on 16 October 2016, 09:54:57 UTC, committed by alexisboukouvalas on 16 October 2016, 09:54:57 UTC
1 parent 957742a
Raw File
Tip revision: cea36c1b2b69eaf53e58ff3479e16aa46850c767 authored by alexisboukouvalas on 16 October 2016, 09:54:57 UTC
manual merge
Tip revision: cea36c1
.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