https://github.com/GPflow/GPflow
Revision c2e88ee6a69bceb708a115c727483266dcccb381 authored by Artem Artemev on 30 August 2017, 07:55:11 UTC, committed by GitHub on 30 August 2017, 07:55:11 UTC
Version was inconsistent with RELEASE.md
2 parent s 91aa588 + fe3abdc
Raw File
Tip revision: c2e88ee6a69bceb708a115c727483266dcccb381 authored by Artem Artemev on 30 August 2017, 07:55:11 UTC
Merge pull request #495 from GPflow/version-update
Tip revision: c2e88ee
.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