https://github.com/GPflow/GPflow
Revision 460afc749def66b5fcea98a36174a02329991797 authored by st-- on 12 September 2018, 19:01:15 UTC, committed by Artem Artemev on 12 September 2018, 19:01:15 UTC
1 parent 2475891
Raw File
Tip revision: 460afc749def66b5fcea98a36174a02329991797 authored by st-- on 12 September 2018, 19:01:15 UTC
Sample conditional returns mean and var as well as samples, and generates more than one sample (#836)
Tip revision: 460afc7
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