https://github.com/GPflow/GPflow
Revision 9f5b79b64fa010664f52505456ccf10d7e91c832 authored by ST John on 12 January 2021, 14:39:51 UTC, committed by ST John on 12 January 2021, 14:39:51 UTC
1 parent fe731ba
Raw File
Tip revision: 9f5b79b64fa010664f52505456ccf10d7e91c832 authored by ST John on 12 January 2021, 14:39:51 UTC
write out iv -> inducing_variable
Tip revision: 9f5b79b
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