https://github.com/GPflow/GPflow
Revision ba699960a9e19db98734bca02e25ccc13fdf0218 authored by Artem Artemev on 07 March 2018, 15:30:43 UTC, committed by GitHub on 07 March 2018, 15:30:43 UTC
1 parent d15e445
Raw File
Tip revision: ba699960a9e19db98734bca02e25ccc13fdf0218 authored by Artem Artemev on 07 March 2018, 15:30:43 UTC
Copy original docstring always
Tip revision: ba69996
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