https://github.com/GPflow/GPflow
Raw File
Tip revision: e95281f794d26cb0ff83904b2e4f8688e23b4944 authored by Sergio Pascual on 22 October 2019, 13:09:47 UTC
Removing training loop from utilities
Tip revision: e95281f
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