https://github.com/GPflow/GPflow
Revision e745e5e035adad72339b1c2f8aa45e1db3be08ce authored by Sergio Diaz on 15 March 2019, 10:23:41 UTC, committed by Sergio Diaz on 15 March 2019, 10:23:41 UTC
1 parent cff754c
Raw File
Tip revision: e745e5e035adad72339b1c2f8aa45e1db3be08ce authored by Sergio Diaz on 15 March 2019, 10:23:41 UTC
first changes for multi-output GPs
Tip revision: e745e5e
.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