https://github.com/GPflow/GPflow
Revision 4aec21eb403c46237e9597e3848390a926e657cf authored by akhayes on 13 August 2019, 12:46:19 UTC, committed by Artem Artemev on 13 August 2019, 12:46:19 UTC
1 parent 8bd6f2a
Raw File
Tip revision: 4aec21eb403c46237e9597e3848390a926e657cf authored by akhayes on 13 August 2019, 12:46:19 UTC
GPflow manual - additional minor edits to tips and tricks page (#1016)
Tip revision: 4aec21e
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