https://github.com/GPflow/GPflow
Revision f4cfcc9d692482559a61a57889c66b492f4ba0f5 authored by ST John on 21 December 2020, 12:01:33 UTC, committed by ST John on 21 December 2020, 12:01:33 UTC
1 parent 47e5b78
Raw File
Tip revision: f4cfcc9d692482559a61a57889c66b492f4ba0f5 authored by ST John on 21 December 2020, 12:01:33 UTC
slightly increase atol/rtol in test_scipy following Posterior / math reordering changes
Tip revision: f4cfcc9
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