https://github.com/GPflow/GPflow
Revision 31460d2a53406fd26582a3ea2444a0f39e3488d8 authored by Hugh Salimbeni on 23 November 2018, 09:38:23 UTC, committed by Hugh Salimbeni on 23 November 2018, 09:38:23 UTC
2 parent s 01206e1 + 4413278
Raw File
Tip revision: 31460d2a53406fd26582a3ea2444a0f39e3488d8 authored by Hugh Salimbeni on 23 November 2018, 09:38:23 UTC
Merge branch 'hughsalimbeni-broadcasting-conditional' of https://github.com/GPflow/GPflow into hugh-broadcasting-conditional
Tip revision: 31460d2
.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