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
.coveragerc
[report]
omit = *tests*, setup.py
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