https://github.com/GPflow/GPflow
Revision 78aae262580a5b055f0fd1e687b41eff94752f7e authored by Artem Artemev on 27 March 2019, 10:39:31 UTC, committed by Artem Artemev on 27 March 2019, 10:39:31 UTC
1 parent 0a2d2e5
Raw File
Tip revision: 78aae262580a5b055f0fd1e687b41eff94752f7e authored by Artem Artemev on 27 March 2019, 10:39:31 UTC
Scipy optimizer slice indices are fixed to be integers
Tip revision: 78aae26
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