https://github.com/GPflow/GPflow
Revision 69d4437617c48e1d6bb815243541c6285b2fcc46 authored by vdutor on 19 March 2018, 10:52:22 UTC, committed by vdutor on 19 March 2018, 10:52:22 UTC
2 parent s ea20ab0 + 974927d
Raw File
Tip revision: 69d4437617c48e1d6bb815243541c6285b2fcc46 authored by vdutor on 19 March 2018, 10:52:22 UTC
Merge branch 'vdutor/multiple-output-gps' of github.com:GPflow/GPflow into vdutor/multiple-output-gps
Tip revision: 69d4437
.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