https://github.com/GPflow/GPflow
Revision a8b6b81df8e83c91e4194211d68f7868aa00492b authored by Artem Artemev on 13 August 2019, 21:15:14 UTC, committed by GitHub on 13 August 2019, 21:15:14 UTC
1 parent 99b72e1
Raw File
Tip revision: a8b6b81df8e83c91e4194211d68f7868aa00492b authored by Artem Artemev on 13 August 2019, 21:15:14 UTC
Reuse Scipy Optimizer (#1011)
Tip revision: a8b6b81
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