https://github.com/GPflow/GPflow
Revision ac1aff12bdeeffbc088056b0db01ddb12d74418d authored by Artem Artemev on 17 June 2019, 13:38:23 UTC, committed by Artem Artemev on 17 June 2019, 13:38:23 UTC
1 parent 04a8764
Raw File
Tip revision: ac1aff12bdeeffbc088056b0db01ddb12d74418d authored by Artem Artemev on 17 June 2019, 13:38:23 UTC
Temporary commit
Tip revision: ac1aff1
.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