https://github.com/GPflow/GPflow
Revision 3a169917326bdacef9bb7003a8122766d7cf6472 authored by Hugh Salimbeni on 19 June 2018, 15:00:11 UTC, committed by Artem Artemev on 19 June 2018, 15:00:11 UTC
1 parent 61088fd
Raw File
Tip revision: 3a169917326bdacef9bb7003a8122766d7cf6472 authored by Hugh Salimbeni on 19 June 2018, 15:00:11 UTC
Removed jitter in nat grads (#768)
Tip revision: 3a16991
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