https://github.com/GPflow/GPflow
Revision 281dc1f9b3cc47f3b58b9708cd911793b3fa13ee authored by ST John on 16 October 2019, 12:27:28 UTC, committed by ST John on 16 October 2019, 12:27:28 UTC
2 parent s 3010411 + 3b2a2ee
Raw File
Tip revision: 281dc1f9b3cc47f3b58b9708cd911793b3fa13ee authored by ST John on 16 October 2019, 12:27:28 UTC
Merge branch 'develop-2.0' of github.com:GPflow/GPflow into st/FITCvsVFE-2.0
Tip revision: 281dc1f
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top