https://github.com/GPflow/GPflow
Revision d25eb15fabaad990649f38921fe773bf92b9ef51 authored by Alessandro Davide Ialongo on 24 January 2018, 19:32:04 UTC, committed by Artem Artemev on 24 January 2018, 19:32:04 UTC
* fix vector handling and broadcasting in multivariate_normal density
* change GPR to sum over likelihood values
* add docstrings
1 parent 2742332
Raw File
Tip revision: d25eb15fabaad990649f38921fe773bf92b9ef51 authored by Alessandro Davide Ialongo on 24 January 2018, 19:32:04 UTC
fix vector handling and broadcasting in multivariate_normal density (#627)
Tip revision: d25eb15
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