https://github.com/GPflow/GPflow
Revision 422ca25b2a609827f306bcff252a07f6044a39f7 authored by Jesper Nielsen on 07 April 2022, 09:18:44 UTC, committed by GitHub on 07 April 2022, 09:18:44 UTC
1 parent d24c3de
Raw File
Tip revision: 422ca25b2a609827f306bcff252a07f6044a39f7 authored by Jesper Nielsen on 07 April 2022, 09:18:44 UTC
Generate good error message if a variable is used in both a rank-1 and variable-rank context. (#1851)
Tip revision: 422ca25
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