https://github.com/GPflow/GPflow
Revision a22b850eafa5694a347d7aab47fe7c4890279f23 authored by ST John on 15 November 2017, 11:11:19 UTC, committed by ST John on 15 November 2017, 11:11:19 UTC
2 parent s 5b16549 + 516fe86
Raw File
Tip revision: a22b850eafa5694a347d7aab47fe7c4890279f23 authored by ST John on 15 November 2017, 11:11:19 UTC
Merge branch 'master' of https://github.com/GPflow/GPflow into chain_transform
Tip revision: a22b850
.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