https://github.com/GPflow/GPflow
Revision a57569c04f88e4a606d48777e67fd7c55d038226 authored by ST John on 11 October 2019, 10:59:22 UTC, committed by ST John on 11 October 2019, 10:59:22 UTC
2 parent s 3a21b65 + 0b368ce
Raw File
Tip revision: a57569c04f88e4a606d48777e67fd7c55d038226 authored by ST John on 11 October 2019, 10:59:22 UTC
Merge branch 'develop-2.0' of github.com:GPflow/GPflow into st/minor_cleanup
Tip revision: a57569c
.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