https://github.com/GPflow/GPflow
Revision 0d71e303842f24030acc4d2e6c12e1f7ea33d235 authored by Gustavo Carvalho on 01 August 2020, 21:55:08 UTC, committed by Gustavo Carvalho on 01 August 2020, 21:55:08 UTC
1 parent b3a2210
Raw File
Tip revision: 0d71e303842f24030acc4d2e6c12e1f7ea33d235 authored by Gustavo Carvalho on 01 August 2020, 21:55:08 UTC
added QuadratureLikelihood to base, refactored ScalarLikelihood to use it
Tip revision: 0d71e30
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