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
.coveragerc
[report]
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top