https://github.com/GPflow/GPflow
Revision 4654676eb3c1b7f065324f49943c6e6ece5d065b authored by Artem Artemev on 26 November 2019, 20:54:00 UTC, committed by GitHub on 26 November 2019, 20:54:00 UTC
1 parent 7bf3bf7
Raw File
Tip revision: 4654676eb3c1b7f065324f49943c6e6ece5d065b authored by Artem Artemev on 26 November 2019, 20:54:00 UTC
ELBO and log marginal likelhood of the SVGP has one data argument (#1163)
Tip revision: 4654676
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