https://github.com/GPflow/GPflow
Revision 92f914dc9a7fadf5c9313ab7accfe09154aa29c7 authored by Vincent Dutordoir on 08 April 2020, 13:45:08 UTC, committed by GitHub on 08 April 2020, 13:45:08 UTC
1 parent 5c89c1e
Raw File
Tip revision: 92f914dc9a7fadf5c9313ab7accfe09154aa29c7 authored by Vincent Dutordoir on 08 April 2020, 13:45:08 UTC
fix compilation issue in ndiagquad when integrating over multiple dimensions (#1418)
Tip revision: 92f914d
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