Revision 629e7b2a4288804a57112b87fe918f6ae8b97051 authored by st-- on 15 March 2021, 17:16:31 UTC, committed by GitHub on 15 March 2021, 17:16:31 UTC
* fix bug (that masked test failure!) in test_method_equivalence and improve collection speed
* optimize non-whitened SVGP model more strongly to get test_equivalence to pass
* remove --use-feature=2020-resolver (will become an error in pip 21.0)
1 parent 1831a5d
Raw File
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