https://github.com/GPflow/GPflow
Revision f070a8b963513b7b12db48b877ce58ffb39cf1a0 authored by Eric Hammy on 31 October 2019, 11:36:01 UTC, committed by Artem Artemev on 31 October 2019, 11:36:01 UTC
1 parent 86b0ee6
Raw File
Tip revision: f070a8b963513b7b12db48b877ce58ffb39cf1a0 authored by Eric Hammy on 31 October 2019, 11:36:01 UTC
Unblacklist some notebooks so tests can run and delete the monitoring (#1121)
Tip revision: f070a8b
.coveragerc
[report]
omit = *tests*, setup.py
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