https://github.com/GPflow/GPflow
Revision b095d80f31698c4b56c52825e7b32e77b2e52196 authored by Artem Artemev on 22 February 2019, 23:57:23 UTC, committed by Artem Artemev on 22 February 2019, 23:57:23 UTC
1 parent 5bf7005
Raw File
Tip revision: b095d80f31698c4b56c52825e7b32e77b2e52196 authored by Artem Artemev on 22 February 2019, 23:57:23 UTC
Add optimisers folder back
Tip revision: b095d80
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