https://github.com/GPflow/GPflow
Revision 8d69e30793827a0fe82cf7458efc6f92d1973139 authored by Jesper Nielsen on 16 May 2022, 15:06:50 UTC, committed by Jesper Nielsen on 16 May 2022, 15:12:16 UTC
1 parent cfbe1f7
Raw File
Tip revision: 8d69e30793827a0fe82cf7458efc6f92d1973139 authored by Jesper Nielsen on 16 May 2022, 15:06:50 UTC
Support multiple variable-rank dimension specifications.
Tip revision: 8d69e30
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/sphinx/notebooks/*"
back to top