https://github.com/GPflow/GPflow
Revision ea4f07d0d226b667bcc75f33a5a393eb13ca84ed authored by Artem Artemev on 11 April 2018, 14:19:34 UTC, committed by Artem Artemev on 11 April 2018, 14:19:34 UTC
1 parent f5d8cc4
Raw File
Tip revision: ea4f07d0d226b667bcc75f33a5a393eb13ca84ed authored by Artem Artemev on 11 April 2018, 14:19:34 UTC
Modify contributing.md file and add github templates.
Tip revision: ea4f07d
.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