https://github.com/GPflow/GPflow
Revision ff051386b3220430310397a7186e22e4470c3e6c authored by ST John on 19 February 2020, 12:18:27 UTC, committed by ST John on 19 February 2020, 12:18:27 UTC
1 parent 16b0af6
Raw File
Tip revision: ff051386b3220430310397a7186e22e4470c3e6c authored by ST John on 19 February 2020, 12:18:27 UTC
make theory/ notebooks reproducible
Tip revision: ff05138
.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