https://github.com/GPflow/GPflow
Revision 72a5d55cbc4cfa9718fd21b4b8de34e1728f6e13 authored by Artem Artemev on 02 January 2018, 19:59:37 UTC, committed by Artem Artemev on 02 January 2018, 19:59:37 UTC
1 parent cef4917
Raw File
Tip revision: 72a5d55cbc4cfa9718fd21b4b8de34e1728f6e13 authored by Artem Artemev on 02 January 2018, 19:59:37 UTC
Small fix in transform tests.
Tip revision: 72a5d55
.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