https://github.com/GPflow/GPflow
Revision 5820200858be8e614849232bc83a43d6937a56ad authored by Valentine Svensson on 24 May 2016, 06:32:16 UTC, committed by Valentine Svensson on 24 May 2016, 06:32:16 UTC
1 parent dda5f87
Raw File
Tip revision: 5820200858be8e614849232bc83a43d6937a56ad authored by Valentine Svensson on 24 May 2016, 06:32:16 UTC
A couple of Py2 specific things in the tests
Tip revision: 5820200
.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__.:
back to top