https://github.com/GPflow/GPflow
Revision 77903276370970a455c01cb5251d81e85fe9d69c authored by Artem Artemev on 23 October 2017, 17:23:38 UTC, committed by Artem Artemev on 23 October 2017, 17:23:38 UTC
2 parent s 0d9e027 + 3d07e9d
Raw File
Tip revision: 77903276370970a455c01cb5251d81e85fe9d69c authored by Artem Artemev on 23 October 2017, 17:23:38 UTC
Merge branch 'GPflow-1.0-RC' of github.com:GPflow/GPflow into GPflow-1.0-RC
Tip revision: 7790327
.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