https://github.com/GPflow/GPflow
Revision ebc8d56e166a144e5b9b577c6f2c0e695d6a616c authored by Artem Artemev on 11 April 2018, 16:01:55 UTC, committed by Artem Artemev on 11 April 2018, 16:01:55 UTC
2 parent s a6f48fa + 96e918d
Raw File
Tip revision: ebc8d56e166a144e5b9b577c6f2c0e695d6a616c authored by Artem Artemev on 11 April 2018, 16:01:55 UTC
Merge branch 'awav/github-templates' of github.com:GPflow/GPflow into awav/github-templates
Tip revision: ebc8d56
.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