https://github.com/GPflow/GPflow
Revision ef45c3909f9841f5fc7ef0a06c496e5b41728100 authored by Artem Artemev on 20 March 2018, 12:37:23 UTC, committed by GitHub on 20 March 2018, 12:37:23 UTC
2 parent s 0bb77c3 + aa3821b
Raw File
Tip revision: ef45c3909f9841f5fc7ef0a06c496e5b41728100 authored by Artem Artemev on 20 March 2018, 12:37:23 UTC
Merge pull request #674 from GPflow/awav/natural-gradient-optimizer
Tip revision: ef45c39
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