https://github.com/GPflow/GPflow
Revision bbb7a689545e085174cc91bdc087dbc80200d157 authored by Artem Artemev on 29 August 2017, 23:18:54 UTC, committed by Artem Artemev on 29 August 2017, 23:18:54 UTC
1 parent 81758f7
Raw File
Tip revision: bbb7a689545e085174cc91bdc087dbc80200d157 authored by Artem Artemev on 29 August 2017, 23:18:54 UTC
Post-up-to-date fix for some unforeseen bugs.
Tip revision: bbb7a68
.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