https://github.com/GPflow/GPflow
Revision f076951c36917e1bfa81385bf90180b227b1c669 authored by Alessandro Davide Ialongo on 28 March 2018, 16:45:06 UTC, committed by Alessandro Davide Ialongo on 03 April 2018, 17:06:16 UTC
1 parent 16570be
Raw File
Tip revision: f076951c36917e1bfa81385bf90180b227b1c669 authored by Alessandro Davide Ialongo on 28 March 2018, 16:45:06 UTC
expectations: pass num hermite points to _expectation() and minor cleaning
Tip revision: f076951
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top