https://github.com/GPflow/GPflow
Revision b74e19e74c1a0e705e69a6bbee7709354e12563e authored by st-- on 05 October 2020, 10:48:01 UTC, committed by GitHub on 05 October 2020, 10:48:01 UTC
1 parent 8e0744a
Raw File
Tip revision: b74e19e74c1a0e705e69a6bbee7709354e12563e authored by st-- on 05 October 2020, 10:48:01 UTC
Explicit NotImplementedError on predict_y/predict_log_density with full_(output_)cov=True (#1582)
Tip revision: b74e19e
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