https://github.com/GPflow/GPflow
Revision f376dc228ae7976df3751f841b4c9213fe88c778 authored by Marcin Tomczak on 01 March 2019, 20:57:31 UTC, committed by Artem Artemev on 01 March 2019, 20:57:31 UTC
1 parent 7996cf7
Raw File
Tip revision: f376dc228ae7976df3751f841b4c9213fe88c778 authored by Marcin Tomczak on 01 March 2019, 20:57:31 UTC
Fix `fully_correlated_conditional_repeat` shapes (#945)
Tip revision: f376dc2
.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