https://github.com/GPflow/GPflow
Revision 6a02bf5cc0c92b98902c62a891c8b7112aa6b9a0 authored by Mark van der Wilk on 22 August 2019, 17:00:26 UTC, committed by Artem Artemev on 22 August 2019, 17:00:26 UTC
1 parent 5b88ff3
Raw File
Tip revision: 6a02bf5cc0c92b98902c62a891c8b7112aa6b9a0 authored by Mark van der Wilk on 22 August 2019, 17:00:26 UTC
Rename RBF to SquaredExponential. (#1033)
Tip revision: 6a02bf5
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