https://github.com/GPflow/GPflow
Revision 1707d7ba57dc11aeadb2fb8582aa48ac850ad01d authored by Artem Artemev on 06 October 2018, 18:12:52 UTC, committed by Artem Artemev on 06 October 2018, 18:12:52 UTC
2 parent s 1196600 + 3935d6b
Raw File
Tip revision: 1707d7ba57dc11aeadb2fb8582aa48ac850ad01d authored by Artem Artemev on 06 October 2018, 18:12:52 UTC
Merge branch 'develop' of github.com:GPflow/GPflow into develop
Tip revision: 1707d7b
.coveragerc
[report]
omit = *tests*, setup.py
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