https://github.com/GPflow/GPflow
Revision 13379958b2bea04d3c4502e42592e4a36ff05698 authored by stefanos on 17 December 2020, 14:21:27 UTC, committed by stefanos on 17 December 2020, 14:21:27 UTC
1 parent d632732
Raw File
Tip revision: 13379958b2bea04d3c4502e42592e4a36ff05698 authored by stefanos on 17 December 2020, 14:21:27 UTC
correct argument passing to Posterior
Tip revision: 1337995
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