https://github.com/GPflow/GPflow
Revision 624ed39512fe15f0324659f31e0bba67ea127bc0 authored by Artem Artemev on 14 November 2019, 11:54:53 UTC, committed by GitHub on 14 November 2019, 11:54:53 UTC
1 parent 32b76b7
Raw File
Tip revision: 624ed39512fe15f0324659f31e0bba67ea127bc0 authored by Artem Artemev on 14 November 2019, 11:54:53 UTC
Gaussian process with neural network notebook (#1149)
Tip revision: 624ed39
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