https://github.com/GPflow/GPflow
Revision 760bf04b0d55667fa3b1e8cc70a70b7da2250161 authored by ST John on 09 October 2019, 13:30:58 UTC, committed by ST John on 09 October 2019, 13:30:58 UTC
1 parent 4dba79d
Raw File
Tip revision: 760bf04b0d55667fa3b1e8cc70a70b7da2250161 authored by ST John on 09 October 2019, 13:30:58 UTC
add noise_variance argument to GPR and SGPR
Tip revision: 760bf04
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