https://github.com/GPflow/GPflow
Revision 1196151aaf9cb59a3a2cb2e5e68fbf209b7e1c02 authored by Vincent Dutordoir on 27 March 2020, 09:09:35 UTC, committed by GitHub on 27 March 2020, 09:09:35 UTC
1 parent 8d0128c
Raw File
Tip revision: 1196151aaf9cb59a3a2cb2e5e68fbf209b7e1c02 authored by Vincent Dutordoir on 27 March 2020, 09:09:35 UTC
Update link to monitoring notebook in intro (#1376)
Tip revision: 1196151
.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