https://github.com/GPflow/GPflow
Revision 638c4ed946119a8ef7b3391e9d7bf96424bfd1af authored by st-- on 07 October 2020, 10:07:35 UTC, committed by GitHub on 07 October 2020, 10:07:35 UTC
Resolves #818

Co-authored-by: ST John <st@secondmind.ai>
1 parent 39c8a76
Raw File
Tip revision: 638c4ed946119a8ef7b3391e9d7bf96424bfd1af authored by st-- on 07 October 2020, 10:07:35 UTC
Bugfix for independent_interdomain_conditional (#1583)
Tip revision: 638c4ed
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top