https://github.com/GPflow/GPflow
Revision 0489efb37e400362adb56ac07011f0f2d098fc93 authored by Jesper Nielsen on 14 June 2022, 15:50:27 UTC, committed by GitHub on 14 June 2022, 15:50:27 UTC
1 parent 750f351
Raw File
Tip revision: 0489efb37e400362adb56ac07011f0f2d098fc93 authored by Jesper Nielsen on 14 June 2022, 15:50:27 UTC
Micro optimisations of check_shapes. (#1912)
Tip revision: 0489efb
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