https://github.com/GPflow/GPflow
Revision 16b0af6d24d262b6467005d4bf593d99ac056e13 authored by ST John on 19 February 2020, 12:12:14 UTC, committed by ST John on 19 February 2020, 12:12:14 UTC
1 parent 4b80d4b
Raw File
Tip revision: 16b0af6d24d262b6467005d4bf593d99ac056e13 authored by ST John on 19 February 2020, 12:12:14 UTC
update understanding/ notebooks
Tip revision: 16b0af6
.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