https://github.com/GPflow/GPflow
Revision aaee8b19a9dd6faa49b26f7d5fd7447ca3a61172 authored by Vincent Dutordoir on 16 September 2019, 10:33:47 UTC, committed by Artem Artemev on 16 September 2019, 10:33:47 UTC
1 parent da5c727
Raw File
Tip revision: aaee8b19a9dd6faa49b26f7d5fd7447ca3a61172 authored by Vincent Dutordoir on 16 September 2019, 10:33:47 UTC
GPflow2.0 notebook update: multioutput (#1047)
Tip revision: aaee8b1
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top