https://github.com/GPflow/GPflow
Revision a464b22e43282c98eb0e40b97df9738cd322979a authored by Jesper Nielsen on 15 February 2022, 14:30:39 UTC, committed by GitHub on 15 February 2022, 14:30:39 UTC
1 parent c49d701
Raw File
Tip revision: a464b22e43282c98eb0e40b97df9738cd322979a authored by Jesper Nielsen on 15 February 2022, 14:30:39 UTC
Add type hints to expectations, likelihoods, and posterior tests. (#1780)
Tip revision: a464b22
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/source/notebooks/*"
back to top