https://github.com/GPflow/GPflow
Revision e71fe63fa333adcd7f9138feeb647fd442fed1e9 authored by John Bradshaw on 23 October 2017, 10:36:21 UTC, committed by John Bradshaw on 23 October 2017, 10:36:21 UTC
2 parent s 5b16a12 + 3d07e9d
Raw File
Tip revision: e71fe63fa333adcd7f9138feeb647fd442fed1e9 authored by John Bradshaw on 23 October 2017, 10:36:21 UTC
Merge remote-tracking branch 'origin/GPflow-1.0-RC' into john-bradshaw/binary-class-GP
Tip revision: e71fe63
.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