https://github.com/GPflow/GPflow
Revision 3b0ae2efd9b78e3dd44e44149a3a566b665f6309 authored by Sergio Diaz on 15 March 2019, 12:24:39 UTC, committed by Sergio Diaz on 15 March 2019, 12:24:39 UTC
1 parent 5bce01c
Raw File
Tip revision: 3b0ae2efd9b78e3dd44e44149a3a566b665f6309 authored by Sergio Diaz on 15 March 2019, 12:24:39 UTC
first changes for multi-output GPs
Tip revision: 3b0ae2e
.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