https://github.com/GPflow/GPflow
Revision 7e6028c9038d2c23bfe1fbaad803887c461557a3 authored by Felix Leibfried on 11 October 2019, 09:21:27 UTC, committed by st-- on 11 October 2019, 09:21:27 UTC
1 parent ba28c56
Raw File
Tip revision: 7e6028c9038d2c23bfe1fbaad803887c461557a3 authored by Felix Leibfried on 11 October 2019, 09:21:27 UTC
GPflow2.0 notebook update: varying_noise.ipynb (#1050)
Tip revision: 7e6028c
.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