https://github.com/GPflow/GPflow
Revision c3a46bd635895adfa41703da4668e306f7c0555a authored by Joachim van der Herten on 17 June 2019, 16:27:27 UTC, committed by st-- on 17 June 2019, 16:27:27 UTC
* Fix VGP build for updated dataholders
* Keep user configured priors and transforms for VGP q parameters when changing X and Y
1 parent 4b8cae1
Raw File
Tip revision: c3a46bd635895adfa41703da4668e306f7c0555a authored by Joachim van der Herten on 17 June 2019, 16:27:27 UTC
VGP data update (#617)
Tip revision: c3a46bd
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

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