https://github.com/GPflow/GPflow
Revision 38458950b3a0e07a34a7f6ba7b9ded2a7a593f80 authored by st-- on 16 July 2020, 10:27:02 UTC, committed by GitHub on 16 July 2020, 10:27:02 UTC
2 parent s fdeb993 + f1842a9
Raw File
Tip revision: 38458950b3a0e07a34a7f6ba7b9ded2a7a593f80 authored by st-- on 16 July 2020, 10:27:02 UTC
Merge branch 'develop' into st/quickfix_num_latent
Tip revision: 3845895
.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