https://github.com/GPflow/GPflow
Revision b3937221f49720fd6a54a2c818497f19c7bb19c7 authored by Artem Artemev on 12 March 2019, 15:46:35 UTC, committed by Artem Artemev on 12 March 2019, 15:46:35 UTC
1 parent 1ee9146
Raw File
Tip revision: b3937221f49720fd6a54a2c818497f19c7bb19c7 authored by Artem Artemev on 12 March 2019, 15:46:35 UTC
Transfer likelihood tests
Tip revision: b393722
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