https://github.com/GPflow/GPflow
Revision 8ed17d0432a4da40edd711c272c18df21f73f918 authored by James Hensman on 29 June 2016, 09:40:33 UTC, committed by James Hensman on 29 June 2016, 09:40:33 UTC
1 parent 7905bb6
Raw File
Tip revision: 8ed17d0432a4da40edd711c272c18df21f73f918 authored by James Hensman on 29 June 2016, 09:40:33 UTC
silly bug fix
Tip revision: 8ed17d0
.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