https://github.com/GPflow/GPflow
Revision 5358421829f2c873868b6e7dadc1becc4050c3d4 authored by Jesper Nielsen on 06 June 2022, 15:38:50 UTC, committed by GitHub on 06 June 2022, 15:38:50 UTC
1 parent bc216c2
Raw File
Tip revision: 5358421829f2c873868b6e7dadc1becc4050c3d4 authored by Jesper Nielsen on 06 June 2022, 15:38:50 UTC
Improve check_shapes's handling of broadcasting. (#1900)
Tip revision: 5358421
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