https://github.com/GPflow/GPflow
Revision 4a5fbb54a22c490d8519d99211de4101cf3c3c8e authored by John Bradshaw on 07 August 2017, 16:31:20 UTC, committed by John Bradshaw on 07 August 2017, 16:31:20 UTC
2 parent s 3351998 + dc4b56b
Raw File
Tip revision: 4a5fbb54a22c490d8519d99211de4101cf3c3c8e authored by John Bradshaw on 07 August 2017, 16:31:20 UTC
Merge remote-tracking branch 'destination/master' into robustmax_epsilon_learnable
Tip revision: 4a5fbb5
.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