https://github.com/GPflow/GPflow
Revision 67dc76d1d5f30ce9e978818c9b5b776b40a92333 authored by st-- on 18 March 2020, 18:13:42 UTC, committed by GitHub on 18 March 2020, 18:13:42 UTC
Fixes #951 in gpflow-2. Adds methods to GPModel that compute the number of latent GPs required by the combination of kernel, likelihood, and data.

Co-authored-by: Eric Hammy <6815729+condnsdmatters@users.noreply.github.com>
1 parent f36052b
Raw File
Tip revision: 67dc76d1d5f30ce9e978818c9b5b776b40a92333 authored by st-- on 18 March 2020, 18:13:42 UTC
Fix SwitchedLikelihood vs num_latent_gps bug (#1316)
Tip revision: 67dc76d
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