https://github.com/GPflow/GPflow
Raw File
Tip revision: e24805153fda78c1cea5fa4b29e42041b8a5801a authored by st-- on 06 October 2020, 14:12:33 UTC
update intro_to_gpflow2 notebook to account for saved_model now working (#1586)
Tip revision: e248051
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