https://github.com/GPflow/GPflow
Revision da5c7276050b3960050f01734b6f26549d234311 authored by Nicolas Durrande on 16 September 2019, 10:31:57 UTC, committed by Artem Artemev on 16 September 2019, 10:31:57 UTC
1 parent 9a278ac
Raw File
Tip revision: da5c7276050b3960050f01734b6f26549d234311 authored by Nicolas Durrande on 16 September 2019, 10:31:57 UTC
GPflow 2.0 notebook update: kernels (#1046)
Tip revision: da5c727
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top