https://github.com/GPflow/GPflow
Revision cc1027160395b98ea1aeeeddbb658286e59598a0 authored by Gustavo Carvalho on 05 October 2020, 13:02:59 UTC, committed by Gustavo Carvalho on 05 October 2020, 13:02:59 UTC
1 parent b74e19e
Raw File
Tip revision: cc1027160395b98ea1aeeeddbb658286e59598a0 authored by Gustavo Carvalho on 05 October 2020, 13:02:59 UTC
testing HeteroskedasticGaussian likelihood from varying_noise notebook
Tip revision: cc10271
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