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
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/source/notebooks/*"
back to top