https://github.com/GPflow/GPflow
Revision a6f48faf4ff17f92dea6d946d2c8975533af5f94 authored by Artem Artemev on 11 April 2018, 15:31:36 UTC, committed by Artem Artemev on 11 April 2018, 15:31:36 UTC
1 parent 28e043c
Raw File
Tip revision: a6f48faf4ff17f92dea6d946d2c8975533af5f94 authored by Artem Artemev on 11 April 2018, 15:31:36 UTC
Fix typo.
Tip revision: a6f48fa
.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