https://github.com/GPflow/GPflow
Revision 70d8829b30a6fe2a6bb69a1a374be4fc26ebb316 authored by James Hensman on 20 June 2017, 12:57:29 UTC, committed by James Hensman on 20 June 2017, 12:57:29 UTC
1 parent f44bc7d
Raw File
Tip revision: 70d8829b30a6fe2a6bb69a1a374be4fc26ebb316 authored by James Hensman on 20 June 2017, 12:57:29 UTC
adding 'slow' annotations to some tests (> 3 seconds)
Tip revision: 70d8829
.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