https://github.com/GPflow/GPflow
Revision 201824357530801d0253baa6841d4adfea0c1301 authored by st-- on 15 April 2020, 10:14:20 UTC, committed by GitHub on 15 April 2020, 10:14:20 UTC
* fix kernel construction in multioutput notebook
* fix one more kernel in changepoints notebook
1 parent 3fd78aa
Raw File
Tip revision: 201824357530801d0253baa6841d4adfea0c1301 authored by st-- on 15 April 2020, 10:14:20 UTC
fix kernel construction in multioutput notebook (#1430)
Tip revision: 2018243
.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