https://github.com/GPflow/GPflow
Revision 28e043c7ac43d88d2addc5c8a5b1b41e79277746 authored by Artem Artemev on 11 April 2018, 15:10:17 UTC, committed by Artem Artemev on 11 April 2018, 15:10:17 UTC
1 parent 6d5e10d
Raw File
Tip revision: 28e043c7ac43d88d2addc5c8a5b1b41e79277746 authored by Artem Artemev on 11 April 2018, 15:10:17 UTC
Brushing up parts of PR template.
Tip revision: 28e043c
.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