https://github.com/GPflow/GPflow
Revision ca40b134a5664f0cc769a25bc29a8d8bf490bf57 authored by Artem Artemev on 25 October 2019, 09:34:12 UTC, committed by GitHub on 25 October 2019, 09:34:12 UTC
1 parent b6cc953
Raw File
Tip revision: ca40b134a5664f0cc769a25bc29a8d8bf490bf57 authored by Artem Artemev on 25 October 2019, 09:34:12 UTC
Natural Gradient for GPflow 2.0 (#1109)
Tip revision: ca40b13
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

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