https://github.com/GPflow/GPflow
Revision 88456f4f39c0c891884c7ab8616f20ff99d21896 authored by vdutor on 15 March 2018, 17:08:47 UTC, committed by vdutor on 15 March 2018, 17:08:47 UTC
1 parent 350e1dc
Raw File
Tip revision: 88456f4f39c0c891884c7ab8616f20ff99d21896 authored by vdutor on 15 March 2018, 17:08:47 UTC
Split multi output stuff from single output
Tip revision: 88456f4
.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