https://github.com/GPflow/GPflow
Revision 6894af5f5b3a9a261dab03139dd273b01051d510 authored by Vincent Dutordoir on 24 August 2020, 10:55:29 UTC, committed by GitHub on 24 August 2020, 10:55:29 UTC
1 parent 8c65ef6
Raw File
Tip revision: 6894af5f5b3a9a261dab03139dd273b01051d510 authored by Vincent Dutordoir on 24 August 2020, 10:55:29 UTC
Fix for quadrature failure mode when autograph was set to False (#1548)
Tip revision: 6894af5
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/source/notebooks/*"
back to top