https://github.com/GPflow/GPflow
Revision bb099e4c5b48329b842dbf9884f086f7b514bc0a authored by Vincent Dutordoir on 16 March 2020, 18:24:10 UTC, committed by GitHub on 16 March 2020, 18:24:10 UTC
Fix model.predict_f_samples
1 parent 6d989a8
Raw File
Tip revision: bb099e4c5b48329b842dbf9884f086f7b514bc0a authored by Vincent Dutordoir on 16 March 2020, 18:24:10 UTC
Fix predict_f_samples (#1327)
Tip revision: bb099e4
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