https://github.com/GPflow/GPflow
Revision 9b699538c1ad3fa5158be5bcdf6c0200f0238e73 authored by thevincentadam on 24 January 2020, 19:53:35 UTC, committed by thevincentadam on 24 January 2020, 19:53:35 UTC
1 parent da7f944
Raw File
Tip revision: 9b699538c1ad3fa5158be5bcdf6c0200f0238e73 authored by thevincentadam on 24 January 2020, 19:53:35 UTC
getting coupled model to work
Tip revision: 9b69953
.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