https://github.com/GPflow/GPflow
Revision cdd982de27a17568cacc3202e5d18b976a508cbc authored by hugh on 21 June 2017, 16:12:03 UTC, committed by hugh on 21 June 2017, 16:12:03 UTC
2 parent s e85417a + 754effd
Raw File
Tip revision: cdd982de27a17568cacc3202e5d18b976a508cbc authored by hugh on 21 June 2017, 16:12:03 UTC
Merge branch 'vgp_as_svgp' of https://github.com/hughsalimbeni/GPflow into vgp_as_svgp
Tip revision: cdd982d
.coveragerc
[report]
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