https://github.com/GPflow/GPflow
Revision 5a5504dd83fd282362c157016eb168603db3db90 authored by Artem Artemev on 31 January 2019, 09:57:51 UTC, committed by Artem Artemev on 31 January 2019, 09:57:51 UTC
1 parent d55e452
Raw File
Tip revision: 5a5504dd83fd282362c157016eb168603db3db90 authored by Artem Artemev on 31 January 2019, 09:57:51 UTC
Add callback to scipy optimizer
Tip revision: 5a5504d
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