https://github.com/GPflow/GPflow
Revision b4168fabf2a7ec982a6af0efe45cf969e2fcb3df authored by Eric Hammy on 27 March 2020, 13:44:49 UTC, committed by GitHub on 27 March 2020, 13:44:49 UTC
Added a shared interface for multioutput inducing variables and kernels

Co-authored-by: ST John <st@prowler.io>
Co-authored-by: st-- <st--@users.noreply.github.com>
1 parent 1196151
Raw File
Tip revision: b4168fabf2a7ec982a6af0efe45cf969e2fcb3df authored by Eric Hammy on 27 March 2020, 13:44:49 UTC
shared interface with inducing variables (#1311)
Tip revision: b4168fa
.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