https://github.com/GPflow/GPflow
Revision 7688477bad2accabf8c42ee769d998ff7a2c6957 authored by st-- on 12 January 2021, 11:59:48 UTC, committed by GitHub on 12 January 2021, 11:59:48 UTC
* fix test_deepcopy
* increase test_scipy_jit tolerance to make it pass
1 parent 60e19f8
Raw File
Tip revision: 7688477bad2accabf8c42ee769d998ff7a2c6957 authored by st-- on 12 January 2021, 11:59:48 UTC
Fix tests for TF 2.4/TFP 0.12 (#1625)
Tip revision: 7688477
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