https://github.com/GPflow/GPflow
Revision 062c697b8be8879b72f4937f3b63a951f6c9d4d8 authored by Artem Artemev on 03 March 2019, 16:28:34 UTC, committed by GitHub on 03 March 2019, 16:28:34 UTC
1 parent f376dc2
Raw File
Tip revision: 062c697b8be8879b72f4937f3b63a951f6c9d4d8 authored by Artem Artemev on 03 March 2019, 16:28:34 UTC
GPflow glossary document (#923)
Tip revision: 062c697
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