https://github.com/GPflow/GPflow
Revision e41d8f3b52e7be14e78892d3fb08337de622d845 authored by Vincent Dutordoir on 13 August 2018, 23:08:14 UTC, committed by st-- on 13 August 2018, 23:08:14 UTC
Fixes a bug with control dependencies in likelihoods.
1 parent d9624ae
Raw File
Tip revision: e41d8f3b52e7be14e78892d3fb08337de622d845 authored by Vincent Dutordoir on 13 August 2018, 23:08:14 UTC
Bugfix control dependencie in likelihoods (#821)
Tip revision: e41d8f3
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