https://github.com/GPflow/GPflow
Revision 638c4ed946119a8ef7b3391e9d7bf96424bfd1af authored by st-- on 07 October 2020, 10:07:35 UTC, committed by GitHub on 07 October 2020, 10:07:35 UTC
Resolves #818

Co-authored-by: ST John <st@secondmind.ai>
1 parent 39c8a76
Raw File
Tip revision: 638c4ed946119a8ef7b3391e9d7bf96424bfd1af authored by st-- on 07 October 2020, 10:07:35 UTC
Bugfix for independent_interdomain_conditional (#1583)
Tip revision: 638c4ed
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