https://github.com/GPflow/GPflow
Revision c5f85207c0978a9dad637a56041dbb8a72e5ed3a authored by st-- on 11 April 2018, 23:13:12 UTC, committed by GitHub on 11 April 2018, 23:13:12 UTC
1 parent 9ccf2b4
Raw File
Tip revision: c5f85207c0978a9dad637a56041dbb8a72e5ed3a authored by st-- on 11 April 2018, 23:13:12 UTC
Update ISSUE_TEMPLATE.md
Tip revision: c5f8520
.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