https://github.com/GPflow/GPflow
Revision 147ce61e840ba80d3b387018c24026f32231e200 authored by Vincent Dutordoir on 22 May 2018, 21:33:17 UTC, committed by Artem Artemev on 22 May 2018, 21:33:17 UTC
1 parent d40222d
Raw File
Tip revision: 147ce61e840ba80d3b387018c24026f32231e200 authored by Vincent Dutordoir on 22 May 2018, 21:33:17 UTC
Logger in the settings (#764)
Tip revision: 147ce61
.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