https://github.com/GPflow/GPflow
Revision 849dde39a623a81b365af11b7d0a9d5d1cede625 authored by Artem Artemev on 26 March 2019, 13:44:59 UTC, committed by Artem Artemev on 26 March 2019, 13:44:59 UTC
1 parent 0536023
Raw File
Tip revision: 849dde39a623a81b365af11b7d0a9d5d1cede625 authored by Artem Artemev on 26 March 2019, 13:44:59 UTC
Transfer multi-output features test.
Tip revision: 849dde3
.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