https://github.com/GPflow/GPflow
Raw File
Tip revision: 5a08eb80e36aa90e29077ad042a60d1bce6470ae authored by Artem Artemev on 21 June 2019, 10:40:38 UTC
Custom squared distances gradients
Tip revision: 5a08eb8
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