https://github.com/GPflow/GPflow
Revision e7c990125b94902139b69bd4363144354121301c authored by Artem Artemev on 30 August 2017, 06:10:08 UTC, committed by Artem Artemev on 30 August 2017, 06:10:08 UTC
1 parent bbb7a68
Raw File
Tip revision: e7c990125b94902139b69bd4363144354121301c authored by Artem Artemev on 30 August 2017, 06:10:08 UTC
Indentation error
Tip revision: e7c9901
.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