https://github.com/GPflow/GPflow
Raw File
Tip revision: 0f6a5d35e2f0f58a36f3cfe22dd43be41265b26b authored by Joshua George Albert on 29 August 2018, 22:11:37 UTC
Added MixedKernelSeparateMof (#830)
Tip revision: 0f6a5d3
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/sphinx/notebooks/*"
back to top