https://github.com/GPflow/GPflow
Revision bdbd2c42decdb90a090ea0b70cc72f4234a65de6 authored by st-- on 01 June 2020, 11:24:59 UTC, committed by GitHub on 01 June 2020, 11:24:59 UTC
2 parent s 8cbcbde + d0c78d0
Raw File
Tip revision: bdbd2c42decdb90a090ea0b70cc72f4234a65de6 authored by st-- on 01 June 2020, 11:24:59 UTC
Merge branch 'develop' into st/quickfix_num_latent
Tip revision: bdbd2c4
.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