https://github.com/GPflow/GPflow
Revision 55defea734b62a4663ebca8fae0559a97045f5fa authored by Artem Artemev on 27 October 2018, 16:53:30 UTC, committed by Artem Artemev on 27 October 2018, 16:53:30 UTC
1 parent bc462d6
Raw File
Tip revision: 55defea734b62a4663ebca8fae0559a97045f5fa authored by Artem Artemev on 27 October 2018, 16:53:30 UTC
Scipy optimizer added.
Tip revision: 55defea
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