https://github.com/GPflow/GPflow
Revision d2ad1296f5c1360b26067f06df790dd8aa51f23e authored by Mark van der Wilk on 30 October 2019, 11:04:30 UTC, committed by Eric Hammy on 30 October 2019, 11:04:30 UTC
1 parent b1e7b32
Raw File
Tip revision: d2ad1296f5c1360b26067f06df790dd8aa51f23e authored by Mark van der Wilk on 30 October 2019, 11:04:30 UTC
Fix training function, which refers to model in outside scope. (#1123)
Tip revision: d2ad129
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