https://github.com/GPflow/GPflow
Revision 1c43ac4b5fe5f86460d92f625df60ad08c30ef4b authored by Artem Artemev on 31 October 2017, 23:16:44 UTC, committed by Artem Artemev on 31 October 2017, 23:16:44 UTC
2 parent s 98db3c3 + 98fbb95
Raw File
Tip revision: 1c43ac4b5fe5f86460d92f625df60ad08c30ef4b authored by Artem Artemev on 31 October 2017, 23:16:44 UTC
Merge branch 'GPflow-1.0-RC' of github.com:GPflow/GPflow into GPflow-1.0-RC
Tip revision: 1c43ac4
.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