https://github.com/GPflow/GPflow
Revision 6f9b18bf9bf0f3c8e5471cc1467e7fa71e59233b authored by ST John on 28 May 2020, 13:37:15 UTC, committed by ST John on 28 May 2020, 13:37:15 UTC
2 parent s 4105865 + 3ed381c
Raw File
Tip revision: 6f9b18bf9bf0f3c8e5471cc1467e7fa71e59233b authored by ST John on 28 May 2020, 13:37:15 UTC
Merge branch 'develop' into st/fix_active_dims_2
Tip revision: 6f9b18b
.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