https://github.com/GPflow/GPflow
Revision 77eaccad7f3c6d18d200abf8930a96736c173a02 authored by Vincent Dutordoir on 04 June 2020, 16:03:48 UTC, committed by GitHub on 04 June 2020, 16:03:48 UTC
1 parent 6fda0e9
Raw File
Tip revision: 77eaccad7f3c6d18d200abf8930a96736c173a02 authored by Vincent Dutordoir on 04 June 2020, 16:03:48 UTC
Supporting preslicing of multi-output combination kernels (#1495)
Tip revision: 77eacca
.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