https://github.com/GPflow/GPflow
Revision 6251d97c909253b173ed408eb6f83f0a68730597 authored by Jesper Nielsen on 26 May 2022, 12:19:45 UTC, committed by GitHub on 26 May 2022, 12:19:45 UTC
1 parent 228f4c9
Raw File
Tip revision: 6251d97c909253b173ed408eb6f83f0a68730597 authored by Jesper Nielsen on 26 May 2022, 12:19:45 UTC
Fix bug in ShapeChecker related to multiple varrank dimensions. (#1897)
Tip revision: 6251d97
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