https://github.com/GPflow/GPflow
Revision 7ef68be223a0b4e138623362d606c9635c32622b authored by Jesper Nielsen on 04 March 2022, 12:08:09 UTC, committed by GitHub on 04 March 2022, 12:08:09 UTC
1 parent a4ebca0
Raw File
Tip revision: 7ef68be223a0b4e138623362d606c9635c32622b authored by Jesper Nielsen on 04 March 2022, 12:08:09 UTC
Fix problems discovered by numpy with type hints. (#1802)
Tip revision: 7ef68be
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