https://github.com/GPflow/GPflow
Revision 51e17ae82afdec6e2c267d9c3932e7a767376693 authored by ST John on 17 August 2018, 21:00:46 UTC, committed by ST John on 17 August 2018, 21:00:46 UTC
2 parent s 66aa1f9 + 2c4cf39
Raw File
Tip revision: 51e17ae82afdec6e2c267d9c3932e7a767376693 authored by ST John on 17 August 2018, 21:00:46 UTC
Merge branch 'master' of http://github.com/GPflow/GPflow into develop
Tip revision: 51e17ae
.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