https://github.com/GPflow/GPflow
Revision ec62e556d666720029f9d69388c7eecef73df77d authored by Sergio Diaz on 19 March 2019, 17:10:54 UTC, committed by Sergio Diaz on 19 March 2019, 17:10:54 UTC
1 parent 23ac69b
Raw File
Tip revision: ec62e556d666720029f9d69388c7eecef73df77d authored by Sergio Diaz on 19 March 2019, 17:10:54 UTC
Final changes for tests for multioutput GPs
Tip revision: ec62e55
.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