https://github.com/GPflow/GPflow
Revision 59ef09cd24554a04978c683d6d8cd7ef27926e8a authored by Artem Artemev on 16 November 2019, 13:13:56 UTC, committed by GitHub on 16 November 2019, 13:13:56 UTC
1 parent 52e3f61
Raw File
Tip revision: 59ef09cd24554a04978c683d6d8cd7ef27926e8a authored by Artem Artemev on 16 November 2019, 13:13:56 UTC
Bug fix in mcmc.ipynb (#1157)
Tip revision: 59ef09c
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