https://github.com/GPflow/GPflow
Revision f5741772bcad1bde9fdaf7bf650ec868f09cf8db authored by Sergio Diaz on 19 June 2019, 15:51:17 UTC, committed by Sergio Diaz on 19 June 2019, 15:51:17 UTC
1 parent c6843bc
Raw File
Tip revision: f5741772bcad1bde9fdaf7bf650ec868f09cf8db authored by Sergio Diaz on 19 June 2019, 15:51:17 UTC
Introduction to GPflow notebook
Tip revision: f574177
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