swh:1:snp:433cffed0084b9669bb5f7b535eb9dce7646a4ae
Raw File
Tip revision: d3ef1f929efaee9e929f671c717934f4acca4b96 authored by vdutor on 15 March 2019, 15:59:59 UTC
more predict functions
Tip revision: d3ef1f9
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