https://github.com/GPflow/GPflow
Revision ad97bf40d372c9496a14870b32ba973c66e3d04d authored by Artem Artemev on 07 March 2018, 15:41:31 UTC, committed by GitHub on 07 March 2018, 15:41:31 UTC
1 parent 830858e
Raw File
Tip revision: ad97bf40d372c9496a14870b32ba973c66e3d04d authored by Artem Artemev on 07 March 2018, 15:41:31 UTC
Clarify user messages.
Tip revision: ad97bf4
.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