https://github.com/GPflow/GPflow
Revision a9e125ec2d9cd73533a25e8b6777036f809e7596 authored by John Mcleod on 11 June 2020, 09:05:30 UTC, committed by GitHub on 11 June 2020, 09:05:30 UTC
1 parent 390e4f0
Raw File
Tip revision: a9e125ec2d9cd73533a25e8b6777036f809e7596 authored by John Mcleod on 11 June 2020, 09:05:30 UTC
Ensure the plots appear in the generated documentation. (#1503)
Tip revision: a9e125e
.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