https://github.com/GPflow/GPflow
Revision a495b641ae0ad557d4b011ebd79c6621f0f52cb5 authored by Vincent Dutordoir on 04 February 2019, 17:33:57 UTC, committed by GitHub on 04 February 2019, 17:33:57 UTC
Update readme with nbviewer
1 parent be9b6bc
Raw File
Tip revision: a495b641ae0ad557d4b011ebd79c6621f0f52cb5 authored by Vincent Dutordoir on 04 February 2019, 17:33:57 UTC
Nbviewer (#931)
Tip revision: a495b64
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