https://github.com/GPflow/GPflow
Revision 57f4c14a13329aceb1af5d342b4469e4b474bb4c authored by Artem Artemev on 06 January 2019, 00:57:33 UTC, committed by Artem Artemev on 06 January 2019, 00:57:33 UTC
1 parent c43d3f5
Raw File
Tip revision: 57f4c14a13329aceb1af5d342b4469e4b474bb4c authored by Artem Artemev on 06 January 2019, 00:57:33 UTC
Change github issue templates.
Tip revision: 57f4c14
.coveragerc
[report]
omit = *tests*, setup.py
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