https://github.com/GPflow/GPflow
Revision 937222efe1867338f3f5b34c018bd9f7cba6cee8 authored by st-- on 16 July 2020, 20:02:21 UTC, committed by GitHub on 16 July 2020, 20:02:21 UTC
1 parent f1842a9
Raw File
Tip revision: 937222efe1867338f3f5b34c018bd9f7cba6cee8 authored by st-- on 16 July 2020, 20:02:21 UTC
fix bug in varying_noise notebook (#1526)
Tip revision: 937222e
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top