https://github.com/GPflow/GPflow
Revision ee4f7742fb5372a53a4141166111b62dc2da5ba5 authored by Artem Artemev on 02 May 2018, 09:00:50 UTC, committed by Mark van der Wilk on 02 May 2018, 09:00:50 UTC
1 parent 3b49709
Raw File
Tip revision: ee4f7742fb5372a53a4141166111b62dc2da5ba5 authored by Artem Artemev on 02 May 2018, 09:00:50 UTC
GPflow scipy optimizer doesn't pass options kwargs to actual scipy optimizer correctly. (#738)
Tip revision: ee4f774
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