https://github.com/GPflow/GPflow
Revision 19f084e617e412d83fdf85d922c84ffb3d3e999b authored by Jesper Nielsen on 01 June 2022, 09:58:22 UTC, committed by GitHub on 01 June 2022, 09:58:22 UTC
1 parent 5ef94b3
Raw File
Tip revision: 19f084e617e412d83fdf85d922c84ffb3d3e999b authored by Jesper Nielsen on 01 June 2022, 09:58:22 UTC
Add support for 'is None' and 'is not None' checks to check_shapes. (#1899)
Tip revision: 19f084e
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