https://github.com/GPflow/GPflow
Revision 9961eabcc614e6cf883232d4e6fca0131dd0b492 authored by Sergio Diaz on 18 March 2019, 14:28:39 UTC, committed by Sergio Diaz on 18 March 2019, 14:28:39 UTC
1 parent be14d17
Raw File
Tip revision: 9961eabcc614e6cf883232d4e6fca0131dd0b492 authored by Sergio Diaz on 18 March 2019, 14:28:39 UTC
quadrature tests
Tip revision: 9961eab
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