https://github.com/GPflow/GPflow
Revision bba4fd3707ca579f27909bf3548471f3e433c736 authored by James Hensman on 12 July 2017, 19:55:16 UTC, committed by GitHub on 12 July 2017, 19:55:16 UTC
2 parent s 002ce74 + b185159
Raw File
Tip revision: bba4fd3707ca579f27909bf3548471f3e433c736 authored by James Hensman on 12 July 2017, 19:55:16 UTC
Merge branch 'master' into fix-gpmc-compile
Tip revision: bba4fd3
.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