https://github.com/GPflow/GPflow
Revision 435a7ffac5a7188a6886aba9f43ebc87a1dde1df authored by Artem Artemev on 20 May 2020, 13:59:30 UTC, committed by GitHub on 20 May 2020, 13:59:30 UTC
2 parent s b83f124 + f8676eb
Raw File
Tip revision: 435a7ffac5a7188a6886aba9f43ebc87a1dde1df authored by Artem Artemev on 20 May 2020, 13:59:30 UTC
Merge pull request #1481 from GPflow/develop
Tip revision: 435a7ff
inducing_patch.py
from .inducing_variables import InducingPoints


class InducingPatches(InducingPoints):
    pass
back to top